summaryrefslogtreecommitdiff
path: root/v1/run
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2021-05-10 13:23:21 +0200
committerpks <pks@pks.rocks>2021-05-10 13:23:21 +0200
commit281fa36a24f81d87543a7791252954414e161565 (patch)
treeab45e491aa93924f7310303913f2df2d3f3b069f /v1/run
parent69e11599c2194187e1c172ebe6b7b51945a7f306 (diff)
rm v0 v1
Diffstat (limited to 'v1/run')
-rwxr-xr-xv1/run5
1 files changed, 0 insertions, 5 deletions
diff --git a/v1/run b/v1/run
deleted file mode 100755
index c346553..0000000
--- a/v1/run
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/zsh -x
-
-source env/bin/activate
-python receive.py 2>received.err | tee received | ./fill-db.rb 2>db.err > db.out
-