aboutsummaryrefslogtreecommitdiff
path: root/ponysay.sh
diff options
context:
space:
mode:
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