summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
new file mode 100755
index 0000000..bd3afa8
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+export THREADS=${THREADS:-$(nproc)}
+
+cd $(dirname $0)
+./vencode.sh
+
+trim() {
+ convert -trim "$@" "$@"
+}
+
+trim www/dump/ui/bt-cf-unchecked.png
+trim www/dump/ui/bt-cf-checked.png
+
+./iencode.sh