code: mafs

ref: 869a9be7c874109f73eb57f405b94e3e86242039
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^/adm/ctl
sleep 1