2022-08-11 16:58:25 +00:00
|
|
|
#!/data/data/com.termux/files/usr/bin/sh
|
|
|
|
|
|
|
|
# debugging
|
|
|
|
#echo $1
|
|
|
|
|
|
|
|
# get a wake lock so we dont get background killed
|
|
|
|
/data/data/com.termux/files/usr/bin/termux-wake-lock
|
|
|
|
|
2022-09-01 19:54:41 +00:00
|
|
|
# nextcloud auto-sync
|
|
|
|
/data/data/com.termux/files/home/.shortcuts/rclone-nc-local
|
2022-08-11 16:58:25 +00:00
|
|
|
|
|
|
|
# run emacs ; assume this will run awhile -- mind battery drain
|
|
|
|
/data/data/com.termux/files/usr/bin/emacs --with-profile $1
|
|
|
|
|
2022-09-01 19:54:41 +00:00
|
|
|
# nextcloud auto-sync
|
|
|
|
/data/data/com.termux/files/home/.shortcuts/rclone-local-nc
|
2022-08-11 16:58:25 +00:00
|
|
|
|
|
|
|
# release wake lock
|
|
|
|
/data/data/com.termux/files/usr/bin/termux-wake-unlock
|