diff options
author | dzwdz | 2023-02-25 19:18:33 +0100 |
---|---|---|
committer | dzwdz | 2023-02-25 19:18:33 +0100 |
commit | 51c39c73692e755596eafb0d6f732581fee3ba98 (patch) | |
tree | dfb79d40b193474dc89a474bdaa5b64d6285e5d8 /sysroot/bin/sh/mkuser | |
parent | 1326ab41a907ad95405cc86d932b3fc47c614c1c (diff) |
merge the initrd and sysroot directories
Diffstat (limited to 'sysroot/bin/sh/mkuser')
-rw-r--r-- | sysroot/bin/sh/mkuser | 7 |
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 |