summarylogtreecommitdiffstats
path: root/colorcore.sh
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-06-09 11:41:58 -0700
committerAndy Weidenbaum2015-06-09 11:41:58 -0700
commit090a9ec8c038e533bd9e639b71c82cfe6a0a3702 (patch)
tree45e2733f120d02bb0c079854dc6f16480b9f663e /colorcore.sh
downloadaur-colorcore.tar.gz
Initial import
Diffstat (limited to 'colorcore.sh')
-rw-r--r--colorcore.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/colorcore.sh b/colorcore.sh
new file mode 100644
index 000000000000..0bedce73b5c2
--- /dev/null
+++ b/colorcore.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+pushd /usr/share/colorcore > /dev/null && /usr/bin/python colorcore.py "$@" && popd > /dev/null