remove obsolete testing thing

This commit is contained in:
nathaniel smith 2015-12-04 23:20:53 -08:00
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