This commit is contained in:
Alexander 2024-02-24 16:40:20 +01:00
parent 421fee08b5
commit 84f8f361d2

View file

@ -1,10 +1,5 @@
#!/bin/bash
project_root="$PWD"
# Source the utils.sh file
source "$project_root/TOOLS/helpers/utils.sh" "$project_root"
# check the parameters
if [ $# != 2 ]; then
echo "usage : $0 <project_root> <uart_package>"