We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d051e02 commit 1a77870Copy full SHA for 1a77870
regenerate-devices.sh
@@ -0,0 +1,9 @@
1
+#! /bin/sh -ea
2
+
3
+CRATE_DIR=$(dirname $0)
4
5
+cd "${CRATE_DIR}/device-generator"
6
7
+echo "Generating cores"
8
9
+cargo run -- -o "${CRATE_DIR}/src/gen"
0 commit comments