mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 09:08:37 +01:00
5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
bin/pre-release-pull
|
|
cargo release -v -p watchexec $*
|