aboutsummaryrefslogtreecommitdiff
path: root/src/data/proto/runcmd_detached
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-11-01 16:42:59 +1030
committerDavid Timber <mieabby@gmail.com>2020-11-01 16:42:59 +1030
commit60308ca4d9a5976a06aa8fe78a7b21951f9f206d (patch)
treefe0e95f49e58f991c5e3c6e973e5fafacf24fc7f /src/data/proto/runcmd_detached
parent3fb3d74e7113e514819670ee42e7f5703f13ceec (diff)
Add txtrec-del.sh, rename proto-test -> proto
Diffstat (limited to 'src/data/proto/runcmd_detached')
-rw-r--r--src/data/proto/runcmd_detached16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/data/proto/runcmd_detached b/src/data/proto/runcmd_detached
new file mode 100644
index 0000000..be4741d
--- /dev/null
+++ b/src/data/proto/runcmd_detached
@@ -0,0 +1,16 @@
+####################
+# run "sleep 5" detached
+####################
+
+# msg id 0xA01, init
+8A01
+# PRNE_HTBT_OP_RUN_CMD
+05
+# detached, args_len = 19
+04 13
+ # "/bin/sh"
+ 2f 62 69 6e 2f 73 68 00
+ # "-c"
+ 2d 63 00
+ # "sleep 5"
+ 73 6c 65 65 70 20 35 00