redsunlib/.replit

3 lines
316 B
Plaintext
Raw Normal View History

2023-12-27 12:25:52 +13:00
run = "while :; do set -ex; nix-env -iA nixpkgs.unzip; curl -o./redlib.zip -fsSL -- https://nightly.link/redlib-org/redlib/workflows/main-rust/master/redlib.zip; unzip -n redlib.zip; mv target/x86_64-unknown-linux-gnu/release/redlib .; chmod +x redlib; set +e; ./redlib -H 63115200; sleep 1; done"
2022-11-02 16:47:47 +13:00
language = "bash"