Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'share/crushpng.sh')
-rw-r--r--share/crushpng.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/share/crushpng.sh b/share/crushpng.sh
deleted file mode 100644
index f36176d3c..000000000
--- a/share/crushpng.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-if [[ -z $1 ]]; then
- echo "You must supply a root folder!"
- exit 1
-fi
-
-find "$1" -iname '*png' -exec pngcrush -ow -brute {} \; \ No newline at end of file