aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven-Hendrik Haase <sh@lutzhaase.com>2012-02-26 16:49:08 +0100
committerSven-Hendrik Haase <sh@lutzhaase.com>2012-02-26 16:49:08 +0100
commit14147caf2cdb360cc61315ceda248e8d4d53be32 (patch)
treec409f4c287c6c39e98807023594971a3b780c51d
parentdacb16c8f8c0e83744e8bca79ff9fe33cb29c79e (diff)
parentaf081d264334ea5bf335eec70a2ee2f276b822da (diff)
downloadponysay-14147caf2cdb360cc61315ceda248e8d4d53be32.tar.gz
ponysay-14147caf2cdb360cc61315ceda248e8d4d53be32.tar.bz2
ponysay-14147caf2cdb360cc61315ceda248e8d4d53be32.zip
Kinda merged
-rw-r--r--LICENSE13
-rw-r--r--README3
-rwxr-xr-xponysay4
3 files changed, 18 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e13b1a9
--- /dev/null
+++ b/LICENSE
@@ -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.
diff --git a/README b/README
index 6a914a6..03091ad 100644
--- a/README
+++ b/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
diff --git a/ponysay b/ponysay
index 71efa38..83d76eb 100755
--- a/ponysay
+++ b/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() {