3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -xe
|
|
exec nix-shell --run 'cargo watch -x run'
|