more bugfixes 6

This commit is contained in:
2025-05-09 15:58:59 -06:00
parent c34671cf47
commit 5e27d410f4
4 changed files with 17 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
if [[ ! -z "$1" ]]; then
projname="$1"
else
echo "Enter Project Name"
read projname;
fi
idf.py create-project "$projname"