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