aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-11-07 15:52:44 +0100
committerbozo.kopic <bozo@kopic.xyz>2021-12-18 02:38:50 +0100
commit0702d13263bf501c1db074ce1544e60b95161210 (patch)
treeebca76946cead0ffcc742a64c15dd6f5e79958fa /bin
parent56a75fcb8f5a9e4c05ccec8eb4a3345a115da441 (diff)
major rewritev0.3.0
Diffstat (limited to 'bin')
-rw-r--r--bin/compile6
-rw-r--r--bin/detect4
2 files changed, 0 insertions, 10 deletions
diff --git a/bin/compile b/bin/compile
deleted file mode 100644
index 9aa8e6c..0000000
--- a/bin/compile
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-cd $1
-doit clean_all
-doit
-pip install ./dist/*.whl
diff --git a/bin/detect b/bin/detect
deleted file mode 100644
index 2315487..0000000
--- a/bin/detect
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-echo "opcut build"
-exit 0