diff --git a/skeleton/.system/rg35xx/paks/MinUI.pak/launch.sh b/skeleton/.system/rg35xx/paks/MinUI.pak/launch.sh index 3695657..2a4c3bf 100755 --- a/skeleton/.system/rg35xx/paks/MinUI.pak/launch.sh +++ b/skeleton/.system/rg35xx/paks/MinUI.pak/launch.sh @@ -20,7 +20,7 @@ cd $(dirname "$0") keymon.elf & # &> /mnt/sdcard/keymon.txt & -./batmon.sh & +# ./batmon.sh &> export EXEC_PATH=/tmp/minui_exec touch "$EXEC_PATH" && sync @@ -39,12 +39,6 @@ while [ -f "$EXEC_PATH" ]; do CMD=`cat $NEXT` eval $CMD rm -f $NEXT - # if [ -f "/tmp/using-swap" ]; then - # swapoff $USERDATA_PATH/swapfile - # rm -f "/tmp/using-swap" - # fi - - # echo `date +'%F %T'` > "$DATETIME_PATH" sync fi done diff --git a/skeleton/.system/rg35xx/paks/Tools/Files.pak/launch.sh b/skeleton/.system/rg35xx/paks/Tools/Files.pak/launch.sh new file mode 100755 index 0000000..80df68a --- /dev/null +++ b/skeleton/.system/rg35xx/paks/Tools/Files.pak/launch.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd $(dirname "$0") + +./DinguxCommander \ No newline at end of file