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