Skip to content

Commit 69c9424

Browse files
scripts/install.sh: add usage info
1 parent 3676fa2 commit 69c9424

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/install.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ pkill -f "python.*mpremote"
22

33
appname="$1"
44

5+
if [ -z "$appname" ]; then
6+
echo "Usage: $0 [appname]"
7+
echo "Example: $0"
8+
echo "Example: $0 launcher"
9+
echo "Example: $0 wificonf"
10+
echo "Example: $0 appstore"
11+
sleep 2
12+
fi
13+
514
pushd internal_filesystem/
615

716
if [ ! -z "$appname" ]; then

0 commit comments

Comments
 (0)