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:
parent
4b9db7c37f
commit
b667e66071
5 changed files with 114 additions and 15 deletions
6
README
6
README
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue