diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-10 11:38:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-10 11:38:10 +0200 |
commit | d9a1e84174c5c86dfb1d83fc04619ea88b6692ea (patch) | |
tree | aa900ef08ed68b17b0501bc4d2cb11ae1e668a26 /doc/rat-icons/to-term | |
parent | info todo (diff) | |
download | mds-d9a1e84174c5c86dfb1d83fc04619ea88b6692ea.tar.gz mds-d9a1e84174c5c86dfb1d83fc04619ea88b6692ea.tar.bz2 mds-d9a1e84174c5c86dfb1d83fc04619ea88b6692ea.tar.xz |
examples of rat icons
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/rat-icons/to-term')
-rwxr-xr-x | doc/rat-icons/to-term | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rat-icons/to-term b/doc/rat-icons/to-term new file mode 100755 index 0000000..1e1f9e1 --- /dev/null +++ b/doc/rat-icons/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' + |