summaryrefslogtreecommitdiff
path: root/v1/run
diff options
context:
space:
mode:
Diffstat (limited to 'v1/run')
-rwxr-xr-xv1/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/v1/run b/v1/run
new file mode 100755
index 0000000..c346553
--- /dev/null
+++ b/v1/run
@@ -0,0 +1,5 @@
+#!/usr/bin/zsh -x
+
+source env/bin/activate
+python receive.py 2>received.err | tee received | ./fill-db.rb 2>db.err > db.out
+