From c6267a7306cdd69ab13cd8f24414113a655341c8 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 22 Feb 2018 16:06:34 -0500 Subject: Rename command to ssh-command --- command.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 command.sh (limited to 'command.sh') 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 -- cgit 1.4.1