handy scripts

This commit is contained in:
2024-02-08 23:11:23 +01:00
parent 4a0184811e
commit 8ac98607d6
2 changed files with 6 additions and 0 deletions

3
scripts/cross-build.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cross build -r --target aarch64-unknown-linux-gnu

3
scripts/launch.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
nohup ./lyra > lyra.log 2> lyra.err < /dev/null &