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-cursors/to-term | |
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-cursors/to-term')
-rwxr-xr-x | doc/rat-cursors/to-term | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rat-cursors/to-term b/doc/rat-cursors/to-term new file mode 100755 index 0000000..1e1f9e1 --- /dev/null +++ b/doc/rat-cursors/to-term @@ -0,0 +1,4 @@ +#!/bin/sh -e + +sed -e 's/ //g' | sed -e 's/\./ /g' -e 's/X/\x1b[07m \x1b[27m/g' + |