redsunlib/.replit

3 lines
315 B
Plaintext
Raw Permalink Normal View History

2024-05-30 12:47:44 +12: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-musl/release/redlib .; chmod +x redlib; set +e; ./redlib -H 63115200; sleep 1; done"
2022-11-02 16:47:47 +13:00
language = "bash"