aboutsummaryrefslogtreecommitdiff
path: root/src/data/proto-test/runcmd_detached
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/proto-test/runcmd_detached')
-rw-r--r--src/data/proto-test/runcmd_detached16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/data/proto-test/runcmd_detached b/src/data/proto-test/runcmd_detached
deleted file mode 100644
index be4741d..0000000
--- a/src/data/proto-test/runcmd_detached
+++ /dev/null
@@ -1,16 +0,0 @@
-####################
-# 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