App-perlbrew
App-perlbrew copied to clipboard
Feature Request: create symlink to "current" logfile so that one can tail the log from install-multiple without changing the file name each time
If I do something like install-multiple, i will be given one logfile after another to tail. I would like to have a symlink created which links to the most recent log-file so that I can do something like
tail -F ~/perl5/perlbrew/build.log
and watch all my perls being created....
I guess I will file a PR to implement this.