diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-10 22:06:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-10 22:06:20 +0200 |
commit | f473ef302da0cf3d6e66f90cee3123bfb44b7069 (patch) | |
tree | cf58de98d3ba767e2505e90cc4a51048b8bbc6d7 /doc/rat-cursors/to-text | |
parent | add hotspot to example rat cursors (diff) | |
download | mds-f473ef302da0cf3d6e66f90cee3123bfb44b7069.tar.gz mds-f473ef302da0cf3d6e66f90cee3123bfb44b7069.tar.bz2 mds-f473ef302da0cf3d6e66f90cee3123bfb44b7069.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/rat-cursors/to-text')
-rwxr-xr-x | doc/rat-cursors/to-text | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/rat-cursors/to-text b/doc/rat-cursors/to-text index 91f6e6e..dc7007c 100755 --- a/doc/rat-cursors/to-text +++ b/doc/rat-cursors/to-text @@ -1,6 +1,5 @@ #!/bin/sh -e sed 's/\(.\) /\1\1/g' | sed 's/\./ /g' | sed 's/@/X/g' | - sed 's/ $//g' | sed 's/ $//g' | - sed 's/ $//g' | sed 's/ $//g' | sed 's/ $//g' + sed 's/ \+$//g' |