diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-07-18 23:55:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-07-18 23:55:00 +0200 |
commit | b667e66071d4e3d52b1b52b33e745475444e7e2c (patch) | |
tree | 96d627483e6deb725607e40742c6fd8816526acd /README | |
parent | 4b9db7c37fe919ff0b6124213775a64a255ca53e (diff) | |
download | ponysay-b667e66071d4e3d52b1b52b33e745475444e7e2c.tar.gz ponysay-b667e66071d4e3d52b1b52b33e745475444e7e2c.tar.bz2 ponysay-b667e66071d4e3d52b1b52b33e745475444e7e2c.zip |
new options, ponysay -L, just like ponysay -l but puts symlinks inside brackets after their targets, I also edited Makefile to preserve symlinks
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |