diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-10 22:04:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-10 22:04:25 +0200 |
commit | ef0e52f65b864333a4c981b78a1f3299474deabf (patch) | |
tree | e27f973553b08513b2abf6185131b56055375f75 /doc/rat-cursors/to-text | |
parent | m (diff) | |
download | mds-ef0e52f65b864333a4c981b78a1f3299474deabf.tar.gz mds-ef0e52f65b864333a4c981b78a1f3299474deabf.tar.bz2 mds-ef0e52f65b864333a4c981b78a1f3299474deabf.tar.xz |
add hotspot to example rat cursors
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/rat-cursors/to-text b/doc/rat-cursors/to-text index f733b46..91f6e6e 100755 --- a/doc/rat-cursors/to-text +++ b/doc/rat-cursors/to-text @@ -1,5 +1,6 @@ #!/bin/sh -e -sed 's/\(.\) /\1\1/g' | sed 's/\./ /g' | sed 's/ $//g' | - sed 's/ $//g' | sed 's/ $//g' | sed 's/ $//g' | sed 's/ $//g' +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' |