From 33cbe2b041a495ede1d2d23c2df97773f9b19703 Mon Sep 17 00:00:00 2001 From: Shaun Inman Date: Sun, 15 Jan 2023 20:39:10 -0500 Subject: [PATCH] launch.sh cleanup --- skeleton/.system/rg35xx/paks/MinUI.pak/launch.sh | 8 +------- skeleton/.system/rg35xx/paks/Tools/Files.pak/launch.sh | 5 +++++ 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100755 skeleton/.system/rg35xx/paks/Tools/Files.pak/launch.sh 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