diff options
Diffstat (limited to '')
-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' + |