master
tilde.town 2015-07-26 06:23:24 +00:00
parent 773efb7778
commit f142b3fd0c
1 changed files with 9 additions and 0 deletions

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