aboutsummaryrefslogtreecommitdiff
path: root/tests/include.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include.sh')
-rw-r--r--tests/include.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/include.sh b/tests/include.sh
new file mode 100644
index 0000000..773dd82
--- /dev/null
+++ b/tests/include.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+wai=$(dirname $(readlink -f $0))
+exec=${wai}/../src/i3-colors.py
+data=${wai}/data
+
+load() {
+ tmp=$(mktemp)
+ cp ${1} ${tmp}
+ echo ${tmp}
+}