add gen-output.sh
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 28 May 2020 05:15:24 +0000 (22:15 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 28 May 2020 05:15:24 +0000 (22:15 -0700)
gen-output.sh [new file with mode: 0755]

diff --git a/gen-output.sh b/gen-output.sh
new file mode 100755 (executable)
index 0000000..2dc1f97
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+exec cargo run > "output-for-`git describe`.json"