aboutsummaryrefslogtreecommitdiff
path: root/pending/bin
diff options
context:
space:
mode:
Diffstat (limited to 'pending/bin')
-rw-r--r--pending/bin/compile6
-rw-r--r--pending/bin/detect4
2 files changed, 0 insertions, 10 deletions
diff --git a/pending/bin/compile b/pending/bin/compile
deleted file mode 100644
index 9aa8e6c..0000000
--- a/pending/bin/compile
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-cd $1
-doit clean_all
-doit
-pip install ./dist/*.whl
diff --git a/pending/bin/detect b/pending/bin/detect
deleted file mode 100644
index 2315487..0000000
--- a/pending/bin/detect
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-echo "opcut build"
-exit 0