我在 ~/bin 中有一个名为go_refresh
. 它肯定在那里。我像这样运行 fswatch :
fswatch -o /usr/local/var/www/wp_sites/test/wp-content/themes/test/style.css | xargs -n1 -I{} ~/bin/go_refresh
当我更改文件时,我收到此错误一次:
xargs: /Users/my_dir/bin/go_refresh: No such file or directory
并且脚本没有运行。