Files
solon/pc_linux/.config/launch.sh
T
2024-01-30 18:33:17 +01:00

9 lines
97 B
Bash
Executable File

#!/bin/bash
if command -v solen > /dev/null
then
solen
else
python3 "./src/main.py"
fi