From bf16cb04f34590f3d8b5155fb076ded967793849 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 9 Sep 2011 22:26:21 +0200 Subject: //Reaktor/commands/caps: initial commit --- commands/caps | 4 ++++ public_commands/caps | 1 + 2 files changed, 5 insertions(+) create mode 100755 commands/caps create mode 120000 public_commands/caps 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 -- cgit v1.2.3