mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-30 06:48:37 +08:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
export RUST_LOG=INFO
|
|
reflex -d none -r 'src/' -s -- sh -c 'reset && cargo run '
|
|
|