summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-08-22 17:32:59 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-08-22 17:32:59 -0400
commit922245cf8843dd0b81d3b46aa0fa113de8a49e84 (patch)
tree33f679b1ce6bba894ef3821ad1e459b67bd2dc1e /setup.sh
parent6f96b4f9b19e54fba9e392347959e0e1ee68d876 (diff)
downloadhtml5ks-922245cf8843dd0b81d3b46aa0fa113de8a49e84.tar.xz
html5ks-922245cf8843dd0b81d3b46aa0fa113de8a49e84.zip
work on build chain
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