Action: Shell Script

Revision as of 15:38, 5 February 2021 by Jacob L (talk | contribs) (Created page with "Shell script action performs commands for rooted and non-rooted devices, it is compatible with BASH, Curl and ADB. BASH/Linux examples: https://man7.org/linux/man-pages/man...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Shell script action performs commands for rooted and non-rooted devices, it is compatible with BASH, Curl and ADB.

BASH/Linux examples:

https://man7.org/linux/man-pages/man1/cp.1.html https://linux.die.net/man/1/mkdir https://linux.die.net/man/1/mv


Curl examples:

ADB examples: https://www.automatetheplanet.com/adb-cheat-sheet/