summaryrefslogtreecommitdiff
path: root/initrd/bin/sh/mkuser
blob: a1544c67dedc8e516e61ac65375f6f37c8313b4f (plain)
1
2
3
4
5
6
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