mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 12:26:10 +01:00
handy scripts
This commit is contained in:
3
scripts/cross-build.sh
Normal file
3
scripts/cross-build.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cross build -r --target aarch64-unknown-linux-gnu
|
||||||
3
scripts/launch.sh
Normal file
3
scripts/launch.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
nohup ./lyra > lyra.log 2> lyra.err < /dev/null &
|
||||||
Reference in New Issue
Block a user