Difference between revisions of "Action: Shell Script"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
<span style="color: #1665b0; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this action</strong></span>
 +
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
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.
 
Many scripts will only work on a rooted device, however some basic functionality may work on a non-rooted device.
 
+
</pre>
 
BASH/Linux examples:  
 
BASH/Linux examples:  
  
https://man7.org/linux/man-pages/man1/cp.1.html
+
* https://man7.org/linux/man-pages/man1/cp.1.html
https://linux.die.net/man/1/mkdir
+
* https://linux.die.net/man/1/mkdir
https://linux.die.net/man/1/mv
+
* https://linux.die.net/man/1/mv
 
 
 
 
 
 
Curl examples:
 
  
ADB examples: https://www.automatetheplanet.com/adb-cheat-sheet/
+
ADB examples:
 +
* https://www.automatetheplanet.com/adb-cheat-sheet/
 
</pre>
 
</pre>

Latest revision as of 17:01, 20 March 2024

About this action

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:

ADB examples: