summaryrefslogtreecommitdiff
path: root/v1/run
diff options
context:
space:
mode:
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
-