Rex icon indicating copy to clipboard operation
Rex copied to clipboard

Support symlinks with the file command

Open ferki opened this issue 6 years ago • 0 comments

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;

ferki avatar Sep 25 '19 22:09 ferki