blob: 976810a8f6acc3b5c3cfbd5d5260958f28373d05 [file]
# Watch a symlink to a dir
require symlink
mkdir /dir
touch /dir/existing
ln -s /dir /link
watch /link
touch /dir/file
Output:
create /link/file