blob: 477d6a91990dd4f04c5e20d10e8ea13f6356fa71 [file]
# Watch a symlink to a dir
require symlink
mkdir /dir
ln -s ./dir /link
watch /link
touch /dir/file
Output:
create /link/file