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 | bf16cb04f34590f3d8b5155fb076ded967793849 (patch) | |
tree | 5fa25c5add6ea38804e098cff582b5bf39aa99fe | |
parent | 2297f34643b28ce785ccada3424f4047e0a44b8d (diff) |
//Reaktor/commands/caps: initial commit
-rwxr-xr-x | commands/caps | 4 | ||||
l--------- | public_commands/caps | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/commands/caps b/commands/caps new file mode 100755 index 0000000..f6a1e49 --- /dev/null +++ b/commands/caps @@ -0,0 +1,4 @@ +#! /bin/sh +set -euf +cd ../public_commands +echo `ls` diff --git a/public_commands/caps b/public_commands/caps new file mode 120000 index 0000000..43c0a34 --- /dev/null +++ b/public_commands/caps @@ -0,0 +1 @@ +../commands/caps
\ No newline at end of file |