blob: 984f387e5b568201cab2a44b65165f48cc39423d [file]
# Watch a symlink.
require symlink
require nofollow
mkdir /dir
ln -s /dir /link
watch /link default nofollow
touch /dir/file
chmod 777 /dir
rm -r /dir
rm /link
Output:
chmod /link
remove /link