summary refs log tree commit diff
path: root/command.sh
diff options
context:
space:
mode:
Diffstat (limited to 'command.sh')
-rw-r--r--command.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/command.sh b/command.sh
deleted file mode 100644
index 333ca44..0000000
--- a/command.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -e -u
-
-set $SSH_ORIGINAL_COMMAND
-case $1 in
-    view) exec view public/${2##*/} ;;
-    ingest) exec ingest private/${2##*/} ;;
-    *) exec view public/${1##*/} ;;
-esac