code: mafs

ref: 390e726c64ee2aca967617ac7f7fd2a44f27646b
dir: /tests/test.6/action.rc/

View raw version
#!/bin/rc

service=$1

# du -a /n/^$service^/
mkdir /n/^$service^/dir1
touch /n/^$service^/dir1/file1
echo test >> /n/^$service^/dir1/file1

cat /n/^$service^/a/ctl
sleep 1