mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
Kinda merged
This commit is contained in:
commit
14147caf2c
3 changed files with 18 additions and 2 deletions
13
LICENSE
Normal file
13
LICENSE
Normal file
|
@ -0,0 +1,13 @@
|
|||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2012 <our names>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
3
README
3
README
|
@ -1,3 +1,6 @@
|
|||
I don't even know...
|
||||
|
||||
Author of the cows is unknown.
|
||||
Depends on cowsay for obvious reasons.
|
||||
Not even finished.
|
||||
Put "ponies" to /usr/share or /usr/local/share
|
||||
|
|
4
ponysay
4
ponysay
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
export PERL_UNICODE=S
|
||||
ponydir=$PWD/ponies
|
||||
|
||||
|
@ -6,7 +6,7 @@ function ponyf() {
|
|||
if [[ -f ${ponydir}/${1}.cow ]] ; then
|
||||
cowsay -f "${ponydir}/${1}.cow" $@
|
||||
else
|
||||
ponyr
|
||||
ponyr
|
||||
fi
|
||||
}
|
||||
function ponyr() {
|
||||
|
|
Loading…
Reference in a new issue