Files
libreddit/.replit
2022-10-09 14:39:27 -06:00

3 lines
201 B
Plaintext

run = "while :; do set -ex; curl -o./ferrit -fsSL -- https://github.com/libbacon/ferrit/releases/latest/download/ferrit; chmod +x ferrit; set +e; ./ferrit -H 63115200; sleep 1; done"
language = "bash"