[fcbb05]: / run.sh

Download this file

9 lines (8 with data), 125 Bytes

1
2
3
4
5
6
7
8
case $1 in
desk)
python3 backup/fn-3-wed/main.py
;;
app)
python3 android_app/main.py
;;
esac