summaryrefslogtreecommitdiff
path: root/export.sh
diff options
context:
space:
mode:
Diffstat (limited to 'export.sh')
-rwxr-xr-xexport.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/export.sh b/export.sh
new file mode 100755
index 0000000..5c3cbc1
--- /dev/null
+++ b/export.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# Build
+cargo build --workspace --release
+
+# Export
+cargo run --manifest-path crates/build_helper/Cargo.toml --bin exporter