mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
10 lines
No EOL
457 B
Text
Executable file
10 lines
No EOL
457 B
Text
Executable file
collection: Scripts
|
|
shortname: scripts
|
|
extensions: sh
|
|
launch: am startservice --user 0 -n com.termux/com.termux.app.RunCommandService \
|
|
-a com.termux.RUN_COMMAND \
|
|
--es com.termux.RUN_COMMAND_PATH '/data/data/com.termux/files/usr/bin/top' \
|
|
--esa com.termux.RUN_COMMAND_ARGUMENTS '-n,5' \
|
|
--es com.termux.RUN_COMMAND_WORKDIR '/data/data/com.termux/files/home' \
|
|
--ez com.termux.RUN_COMMAND_BACKGROUND 'false' \
|
|
--es com.termux.RUN_COMMAND_SESSION_ACTION '0' |