aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-12 02:19:52 +0200
committerjruesga <jorge@ruesga.com>2012-10-12 02:19:52 +0200
commit63dc579b45ded75b59330e5db9e55b4040d9ad5e (patch)
treea64daf38a91c6a9ace526841d4bd8382064ecb88 /res/xml
parentc0a0acd87d57de98f6f342698c55ce5d45a45b07 (diff)
downloadandroid_packages_apps_CMFileManager-63dc579b45ded75b59330e5db9e55b4040d9ad5e.tar.gz
android_packages_apps_CMFileManager-63dc579b45ded75b59330e5db9e55b4040d9ad5e.tar.bz2
android_packages_apps_CMFileManager-63dc579b45ded75b59330e5db9e55b4040d9ad5e.zip
New command: ExecCommand (for execute commands)
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/command_list.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/command_list.xml b/res/xml/command_list.xml
index 81611155..ef91382a 100644
--- a/res/xml/command_list.xml
+++ b/res/xml/command_list.xml
@@ -44,6 +44,7 @@
<command commandId="diskusageall" commandPath="/system/bin/df" commandArgs="" />
<command commandId="dirname" commandPath="/system/xbin/dirname" commandArgs="%1$s" />
<command commandId="echo" commandPath="/system/xbin/echo" commandArgs="%1$s" />
+ <command commandId="exec" commandPath="/system/bin/sh" commandArgs="-c %1$s" />
<command commandId="fileinfo" commandPath="/system/bin/ls" commandArgs="-ald %1$s" />
<command commandId="find" commandPath="/system/xbin/find" commandArgs="%1$s \\( -name %2$s -o -name %3$s -o -name %4$s -o -name %5$s -o -name %6$s \\) -exec /system/xbin/echo {} \\; -exec /system/bin/ls -ald {} \\;" />
<command commandId="folderusage" commandPath="/system/bin/ls" commandArgs="-alR %1$s" />