Rex
Rex copied to clipboard
Support symlinks with the file command
It might be useful to support symlinks with the file command, like:
file $symlink,
ensure => 'symlink',
target => $file;
or even like:
file $symlink,
target => $file;