mirror of
https://github.com/erkin/ponysay.git
synced 2025-01-31 10:26:43 +01:00
pchoooo
This commit is contained in:
parent
7d9bec0d23
commit
5c2d6e97f2
3 changed files with 4 additions and 6 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
install:
|
||||
mkdir -p $(DESTDIR)/usr/share/ponies
|
||||
cp -r ponies/*.cow $(DESTDIR)/usr/share/ponies/
|
||||
cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/
|
||||
install -Dm755 ponysay $(DESTDIR)/usr/bin/ponysay
|
||||
ln -s ponysay $(DESTDIR)/usr/bin/ponythink
|
||||
|
|
6
README
6
README
|
@ -1,4 +1,2 @@
|
|||
I don't even know...
|
||||
|
||||
Author of the cows is unknown.
|
||||
Depends on cowsay for obvious reasons.
|
||||
ponysay - A cowsay wrapper with ponies.
|
||||
The original author of the cowfiles is unknown.
|
||||
|
|
2
ponysay
2
ponysay
|
@ -28,7 +28,7 @@ while getopts f:hv OPT
|
|||
do
|
||||
case ${OPT} in
|
||||
v) echo "ponysay v0.2" ; exit;;
|
||||
h) echo "-v for version, -h for this, -f to specify a cowfile. It'll choose a random cowfile if no argument is given." ; exit;;
|
||||
h) echo "-v for version, -h for this, -f to specify a cowfile. It'll choose a random ponyfile if no argument is given." ; exit;;
|
||||
f) ponyf $* ; exit;;
|
||||
\?) echo "DERP"; exit;;
|
||||
*) ponyr $* ; exit;;
|
||||
|
|
Loading…
Reference in a new issue