From 98c7f78a5b124bd396e552a1f8904754f134cd31 Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Fri, 4 Dec 2015 23:20:53 -0800 Subject: [PATCH] remove obsolete testing thing --- scripts/input_test.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 scripts/input_test.sh diff --git a/scripts/input_test.sh b/scripts/input_test.sh deleted file mode 100755 index 04ad23c..0000000 --- a/scripts/input_test.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -while read -r; do - collect="$collect / $REPLY" -done - -final=$(echo $collect | sed -r 's/^.{2}//') - -echo $final