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