aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/load2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/load b/bin/load
index b441d90..6095d86 100755
--- a/bin/load
+++ b/bin/load
@@ -1,5 +1,7 @@
#!/bin/sh
+cd "$(dirname "$0")/.." || exit 1
+
cargo build
cd data || exit 1