This commit is contained in:
joachimschmidt557 2020-03-08 18:00:21 +01:00
parent 990c3d437b
commit 318025a9ae

4
src
View file

@ -135,9 +135,7 @@ list_all() {
## src
preproc
while read -r type url path; do
echo "$type" "$url" "$path"
done < "$tmp"
cut -d' ' -f3 < "$tmp"
cleanup
}