File size: 80 Bytes
5ac637f |
1 2 3 4 5 6 7 |
#!/bin/bash
#
# USAGE postprocess.sh < input > output
#
sed 's/ //g;s/▁/ /g'
|
5ac637f |
1 2 3 4 5 6 7 |
#!/bin/bash
#
# USAGE postprocess.sh < input > output
#
sed 's/ //g;s/▁/ /g'
|