From f142b3fd0ca5f53826de8d9369c4ca3638fb2eb8 Mon Sep 17 00:00:00 2001 From: "tilde.town" Date: Sun, 26 Jul 2015 06:23:24 +0000 Subject: [PATCH] hmm --- scripts/input_test.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/input_test.sh 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