fusee-launcher/modchipd.sh

6 lines
78 B
Bash
Executable File

#!/usr/bin/env bash
while true; do
./fusee-launcher.py -w fusee.bin
done