--- a +++ b/run.sh @@ -0,0 +1,8 @@ +case $1 in + desk) + python3 backup/fn-3-wed/main.py + ;; + app) + python3 android_app/main.py + ;; +esac