hmm
This commit is contained in:
parent
773efb7778
commit
f142b3fd0c
9
scripts/input_test.sh
Executable file
9
scripts/input_test.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
while read -r; do
|
||||
collect="$collect / $REPLY"
|
||||
done
|
||||
|
||||
final=$(echo $collect | sed -r 's/^.{2}//')
|
||||
|
||||
echo $final
|
Reference in New Issue
Block a user