Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thejoltjoker/5b456b124600a288bc60e240dcd32c96 to your computer and use it in GitHub Desktop.
Save thejoltjoker/5b456b124600a288bc60e240dcd32c96 to your computer and use it in GitHub Desktop.
#!/bin/bash
for f in ./bbn_linje002_titles_full_v011.*.png; do
rm $f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment