diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-07-20 04:55:29 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-07-20 04:55:29 +0200 |
commit | 492b62f39e5a798a2253f2b39345313fb58ebae6 (patch) | |
tree | 6732fab9b62de6a00c3ad3dda53c3c0c51bc5fe5 /ponysay | |
parent | 22c1fc020ab50fa18ba1a68d4165ed6b625e7fb7 (diff) | |
download | ponysay-492b62f39e5a798a2253f2b39345313fb58ebae6.tar.gz ponysay-492b62f39e5a798a2253f2b39345313fb58ebae6.tar.bz2 ponysay-492b62f39e5a798a2253f2b39345313fb58ebae6.zip |
m + work in info manual
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |