mirror of
https://github.com/Qyriad/fusee-launcher.git
synced 2024-11-01 03:25:06 +01:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
while true; do
|
|
./fusee-launcher.py -w fusee.bin
|
|
done
|