diff options
author | June McEnroe <programble@gmail.com> | 2018-02-22 16:06:34 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-22 16:06:34 -0500 |
commit | c6267a7306cdd69ab13cd8f24414113a655341c8 (patch) | |
tree | 578a0b61fa80d40c3c7b5775be12b87e941fd475 /command.sh | |
parent | Add command.sh (diff) | |
download | stream-c6267a7306cdd69ab13cd8f24414113a655341c8.tar.gz stream-c6267a7306cdd69ab13cd8f24414113a655341c8.zip |
Rename command to ssh-command
Diffstat (limited to 'command.sh')
-rw-r--r-- | command.sh | 9 |
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 |