3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cargo watch --clear --exec "run -- --address=localhost --port=8080"
|