redsunlib/.replit

3 lines
314 B
Plaintext
Raw Normal View History

2024-01-03 10:45:31 +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/main/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"