blob: da8122a988d81a00035e346ca43d6ee60f815c25 [file] [log] [blame]
# Watch a symlink to a dir
require symlink
mkdir /dir
ln -s /dir /link
watch /link
touch /dir/file
Output:
create /link/file