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