Skip to content

Commit

Permalink
Prevent globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Nov 11, 2023
1 parent 6cee9f8 commit 12df88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean_camo_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ curl -s https://github.com/rbanffy/3270font/blob/\
| sed 's/\(">.*\)//' \
| while read -r i
do
echo Cleaning $i
echo "Cleaning $i"
curl -X PURGE "$i"
done

0 comments on commit 12df88e

Please sign in to comment.