diff options
Diffstat (limited to 'rc/bin/ape/chown')
| -rwxr-xr-x | rc/bin/ape/chown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rc/bin/ape/chown b/rc/bin/ape/chown new file mode 100755 index 000000000..3b2c9ec83 --- /dev/null +++ b/rc/bin/ape/chown @@ -0,0 +1,4 @@ +#!/bin/rc + +echo 'Permission denied' +exit 1 |
