summaryrefslogtreecommitdiff
path: root/sysroot/bin/sh/mkuser
diff options
context:
space:
mode:
Diffstat (limited to 'sysroot/bin/sh/mkuser')
-rw-r--r--sysroot/bin/sh/mkuser7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysroot/bin/sh/mkuser b/sysroot/bin/sh/mkuser
new file mode 100644
index 0000000..a1544c6
--- /dev/null
+++ b/sysroot/bin/sh/mkuser
@@ -0,0 +1,7 @@
+#!/bin/shell
+touch /Users/user/
+cd /Users/user/
+touch private/
+echo secrets! > private/secret.txt
+touch public/
+echo no secrets here > public/hi.txt \ No newline at end of file