mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
watchexec=${WATCHEXEC_BIN:-watchexec}
|
|
|
|
$watchexec -1 -- echo @trailingargfile
|