Applications launchers and scripts
This commit is contained in:
parent
09984748f1
commit
548912f3f4
13 changed files with 96 additions and 0 deletions
11
bin/pxt-launch-DevLiteIDE.sh
Executable file
11
bin/pxt-launch-DevLiteIDE.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue