hmm
parent
773efb7778
commit
f142b3fd0c
|
@ -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