From f5e4092bcae77c0b581ff96280aa2132c0afaa03 Mon Sep 17 00:00:00 2001 From: aprilthepink Date: Tue, 16 Jul 2024 19:56:40 +0200 Subject: [PATCH] feat: debug script --- debug-bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 debug-bootstrap.sh diff --git a/debug-bootstrap.sh b/debug-bootstrap.sh new file mode 100755 index 0000000..52bbf00 --- /dev/null +++ b/debug-bootstrap.sh @@ -0,0 +1,3 @@ +git pull +nix run .#ls-ap-migration +RUST_DEBUG=1 cargo run \ No newline at end of file