This commit is contained in:
tilde.town 2015-07-26 06:23:24 +00:00
parent 773efb7778
commit f142b3fd0c

9
scripts/input_test.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
while read -r; do
collect="$collect / $REPLY"
done
final=$(echo $collect | sed -r 's/^.{2}//')
echo $final