Difference between revisions of "Action: Shell Script"

(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...")
 
Line 1: Line 1:
 
Shell script action performs commands for rooted and non-rooted devices, it is compatible with BASH, Curl and ADB.
 
Shell script action performs commands for rooted and non-rooted devices, it is compatible with BASH, Curl and ADB.
 +
 +
Many scripts will only work on a rooted device, however some basic functionality may work on a non-rooted device.
  
 
BASH/Linux examples:  
 
BASH/Linux examples:  

Revision as of 23:14, 11 March 2021

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

Many scripts will only work on a rooted device, however some basic functionality may work on a non-rooted device.

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/