aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-20 04:55:29 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-20 04:55:29 +0200
commit492b62f39e5a798a2253f2b39345313fb58ebae6 (patch)
tree6732fab9b62de6a00c3ad3dda53c3c0c51bc5fe5 /ponysay
parent22c1fc020ab50fa18ba1a68d4165ed6b625e7fb7 (diff)
downloadponysay-492b62f39e5a798a2253f2b39345313fb58ebae6.tar.gz
ponysay-492b62f39e5a798a2253f2b39345313fb58ebae6.tar.bz2
ponysay-492b62f39e5a798a2253f2b39345313fb58ebae6.zip
m + work in info manual
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay4
1 files changed, 2 insertions, 2 deletions
diff --git a/ponysay b/ponysay
index bacf1eb..de1aa09 100755
--- a/ponysay
+++ b/ponysay
@@ -67,7 +67,7 @@ _linklist() {
scrw=`(stty size <&2 || echo 0 0) | cut -d ' ' -f 2`
- perl '/dev/stdin' $(echo $args) <<EOF | sed -e 's/ /_/g' > /dev/shm/ponysay~
+ perl '/dev/stdin' $(echo $args) <<EOF | sed -e 's/ /_/g' > /dev/shm/.ponysay~
#!/usr/bin/perl
#Author: Mattias Andrée (maandree@kth.se)
@@ -134,7 +134,7 @@ while (\$i < \$argc)
}
EOF
- perl $listcmd $scrw $(cat /dev/shm/ponysay~) | sed -e 's/_/ /g' | qlist
+ perl $listcmd $scrw $(cat /dev/shm/.ponysay~) | sed -e 's/_/ /g' | qlist
}
linklist() {