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 ++++ 1 file changed, 4 insertions(+) create mode 100755 Reaktor/commands/caps (limited to 'Reaktor/commands/caps') 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` -- cgit v1.2.3 From fb94c450c508bf6c7c0ea1188252e590d5318f9f Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 9 Sep 2011 22:36:31 +0200 Subject: //Reaktor: commands have PWD //Reaktor --- Reaktor/commands/caps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reaktor/commands/caps') diff --git a/Reaktor/commands/caps b/Reaktor/commands/caps index f6a1e49d..bc3d7ba2 100755 --- a/Reaktor/commands/caps +++ b/Reaktor/commands/caps @@ -1,4 +1,4 @@ #! /bin/sh set -euf -cd ../public_commands +cd public_commands echo `ls` -- cgit v1.2.3