music commands migrated

This commit is contained in:
2024-02-10 22:22:45 +01:00
parent 6946ddc9f1
commit a27e95a88d
23 changed files with 182 additions and 352 deletions

0
scripts/cross-build.sh Normal file → Executable file
View File

2
scripts/launch.sh Normal file → Executable file
View File

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