diff options
author | tv <tv@xso> | 2011-09-09 22:26:21 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-09 22:26:21 +0200 |
commit | e011f641ce86d3d56dd83862fc2282c6d9ff95bc (patch) | |
tree | a839235edbb2f2e642e3015817aa34c225a30677 /Reaktor | |
parent | a6090c2b84798367ee88c35847ec9194e1ad8842 (diff) |
//Reaktor/commands/caps: initial commit
Diffstat (limited to 'Reaktor')
-rwxr-xr-x | Reaktor/commands/caps | 4 | ||||
l--------- | Reaktor/public_commands/caps | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Reaktor/commands/caps b/Reaktor/commands/caps new file mode 100755 index 00000000..f6a1e49d --- /dev/null +++ b/Reaktor/commands/caps @@ -0,0 +1,4 @@ +#! /bin/sh +set -euf +cd ../public_commands +echo `ls` diff --git a/Reaktor/public_commands/caps b/Reaktor/public_commands/caps new file mode 120000 index 00000000..43c0a342 --- /dev/null +++ b/Reaktor/public_commands/caps @@ -0,0 +1 @@ +../commands/caps
\ No newline at end of file |