aboutsummaryrefslogtreecommitdiff
path: root/ponysay.sh
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-18 19:00:38 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-18 19:00:38 +0200
commit4e84c6519728736e625081bb088b4e5c85df1a9b (patch)
tree21490c39bfd83b964822556422420ee50c0e4b61 /ponysay.sh
parentc2a3c19c9238e1e153e51a4182080e07b809a9da (diff)
parent378da89d3be748c4727839cb240255421fcd5789 (diff)
downloadponysay-4e84c6519728736e625081bb088b4e5c85df1a9b.tar.gz
ponysay-4e84c6519728736e625081bb088b4e5c85df1a9b.tar.bz2
ponysay-4e84c6519728736e625081bb088b4e5c85df1a9b.zip
merge conf resolve
Diffstat (limited to 'ponysay.sh')
-rwxr-xr-xponysay.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/ponysay.sh b/ponysay.sh
index 74dca7b..70137bd 100755
--- a/ponysay.sh
+++ b/ponysay.sh
@@ -68,17 +68,6 @@ say() {
fi
}
-
-
-# If no stdin and no arguments then print usage and exit
-if [ -t 0 ] && [ $# == 0 ]; then
- usage
- exit
-fi
-
-
-
-
# Check for cowsay
hash $cmd &>/dev/null; if [ $? -ne 0 ]; then
cat >&2 <<EOF