Applications launchers and scripts

This commit is contained in:
ITmodulo 2023-04-17 23:46:25 +02:00
commit 548912f3f4
13 changed files with 96 additions and 0 deletions

11
bin/pxt-launch-DevLiteIDE.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
#
#
#
JAIL_NAME="dev"
JAIL_COMMAND="liteide"
JAIL_RUN_ID=$(jls | grep $JAIL_NAME | tr -s ' ' | cut -d ' ' -f 2)
jailme $JAIL_RUN_ID $JAIL_COMMAND