scripts/install.sh: add usage info

This commit is contained in:
Thomas Farstrike
2025-05-07 10:40:07 +02:00
parent 3676fa28da
commit 69c9424bd4
+9
View File
@@ -2,6 +2,15 @@ pkill -f "python.*mpremote"
appname="$1"
if [ -z "$appname" ]; then
echo "Usage: $0 [appname]"
echo "Example: $0"
echo "Example: $0 launcher"
echo "Example: $0 wificonf"
echo "Example: $0 appstore"
sleep 2
fi
pushd internal_filesystem/
if [ ! -z "$appname" ]; then