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