Skip to content

Commit

Permalink
Add purgeAllConfigGraphics.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Nov 16, 2018
1 parent 26acc0e commit f4c2707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions purgeAllConfigGraphics.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
DIR=`dirname "$0"`

# purge all .jpg files
find "$DIR/www/configs" -name "*.jpg" -delete

0 comments on commit f4c2707

Please sign in to comment.