light cleanup

This commit is contained in:
2024-07-10 17:16:44 -05:00
parent 7f856415b8
commit 17ac1e43b9
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
git stash
git stash drop
git pull
bash ./scripts/install_deps.sh || exit 1
bash ./scripts/build.sh $(cat .last_opts) || exit 1