projects
/
power-instruction-analyzer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5e64b
)
add gen-output.sh
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 28 May 2020 05:15:24 +0000
(22:15 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 28 May 2020 05:15:24 +0000
(22:15 -0700)
gen-output.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/gen-output.sh
b/gen-output.sh
new file mode 100755
(executable)
index 0000000..
2dc1f97
--- /dev/null
+++ b/
gen-output.sh
@@ -0,0
+1,2
@@
+#!/bin/bash
+exec cargo run > "output-for-`git describe`.json"