new options, ponysay -L, just like ponysay -l but puts symlinks inside brackets after their targets, I also edited Makefile to preserve symlinks

This commit is contained in:
Mattias Andrée 2012-07-18 23:55:00 +02:00
parent 4b9db7c37f
commit b667e66071
5 changed files with 114 additions and 15 deletions

6
README
View file

@ -25,11 +25,11 @@ Required runtime dependencies
cowsay : this is a wrapper for cowsay
coreutils : the main script [file: ponysay] uses stty, cut, ls, cat, sort, head and tail
coreutils : the main script [file: ponysay] uses stty, cut, ls, cat, sort, readlink, head and tail
sed : used to remove .pony from pony named when running ponysay -l
sed : used to remove .pony from pony named when running `ponysay -l` and `ponysay -L`
perl : required to run ponysay -l
perl : required to run `ponysay -l` and `ponysay -L`
Optional runtime dependencies