Files
lyra/scripts/launch.sh
2024-02-08 23:11:23 +01:00

4 lines
63 B
Bash

#!/bin/bash
nohup ./lyra > lyra.log 2> lyra.err < /dev/null &