[sysadmin-bin] don't look at me



commit 115181ee918233ce8417d28b0f8810e49f4bdeb2
Author: Olav Vitters <olav vitters nl>
Date:   Wed Apr 6 20:13:15 2011 +0200

    don't look at me

 run-git-or-special-cmd |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/run-git-or-special-cmd b/run-git-or-special-cmd
index bd45685..c050739 100755
--- a/run-git-or-special-cmd
+++ b/run-git-or-special-cmd
@@ -29,6 +29,14 @@ rungitcommand () {
 	    exec /home/admin/gitadmin-bin/receive-pack-import "$@"
 	    ;;
 
+	test1)
+	    exec /bin/echo "$@"
+	    ;;
+
+	test2)
+	    exec /bin/echo $@
+	    ;;
+
 	*)
 	    exec /usr/bin/git-shell -c "$SSH_ORIGINAL_COMMAND"
 	    ;;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]