diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-10 21:51:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-10 21:51:43 +0200 |
commit | af76a9c42aac38d0af63df9295c5933808e918eb (patch) | |
tree | 3d27e99844cba6dec4fed2893db7db311586b3a8 /doc/rat-icons/to-text | |
parent | rat cursor specs (diff) | |
download | mds-af76a9c42aac38d0af63df9295c5933808e918eb.tar.gz mds-af76a9c42aac38d0af63df9295c5933808e918eb.tar.bz2 mds-af76a9c42aac38d0af63df9295c5933808e918eb.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/rat-icons/to-text')
-rwxr-xr-x | doc/rat-icons/to-text | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/rat-icons/to-text b/doc/rat-icons/to-text deleted file mode 100755 index f733b46..0000000 --- a/doc/rat-icons/to-text +++ /dev/null @@ -1,5 +0,0 @@ -#!/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' - |