toaruos/util/mk-beg

10 lines
189 B
Plaintext
Raw Normal View History

2011-10-27 17:39:40 -05:00
#!/bin/bash
2012-01-25 17:07:42 -06:00
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
. "$DIR/cpad.sh"
2011-10-27 17:39:40 -05:00
2012-01-18 19:52:11 -06:00
echo -n > /tmp/.`whoami`-build-errors
2011-10-27 17:39:40 -05:00
CMD=`cpad "$1" 8 " "`
echo -e -n "\033[32m${CMD}${2}\033[0m\n"