aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorbozokopic <bozo.kopic@gmail.com>2017-04-24 23:40:00 +0200
committerbozokopic <bozo.kopic@gmail.com>2017-04-24 23:40:00 +0200
commit085b236d9a169a1815a6117caab5894521e59672 (patch)
tree3d3220936a877fbe75206e2effc581c548d568ec /bin
parented9f4f8991f4e8b31270dbbf17215732d73c9e37 (diff)
heroku init
Diffstat (limited to 'bin')
-rw-r--r--bin/compile6
-rw-r--r--bin/detech8
2 files changed, 14 insertions, 0 deletions
diff --git a/bin/compile b/bin/compile
new file mode 100644
index 0000000..6971f42
--- /dev/null
+++ b/bin/compile
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cd $1
+pip install -r requirements.pip.txt
+doit clean_all
+doit
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