You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
scripts/install.sh: add usage info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user