diff --git a/scripts/input_test.sh b/scripts/input_test.sh new file mode 100755 index 0000000..04ad23c --- /dev/null +++ b/scripts/input_test.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +while read -r; do + collect="$collect / $REPLY" +done + +final=$(echo $collect | sed -r 's/^.{2}//') + +echo $final