remove obsolete testing thing
parent
50233fc07b
commit
98c7f78a5b
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
while read -r; do
|
|
||||||
collect="$collect / $REPLY"
|
|
||||||
done
|
|
||||||
|
|
||||||
final=$(echo $collect | sed -r 's/^.{2}//')
|
|
||||||
|
|
||||||
echo $final
|
|
Reference in New Issue