aboutsummaryrefslogtreecommitdiff
path: root/bin/detech
diff options
context:
space:
mode:
Diffstat (limited to 'bin/detech')
-rw-r--r--bin/detech8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/detech b/bin/detech
new file mode 100644
index 0000000..6c1362c
--- /dev/null
+++ b/bin/detech
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ -f $1/dodo.py ]; then
+ echo "opcut build"
+ exit 0
+else
+ exit 1
+fi