Align colour description comments.

master
Robert "ar" Gerus 2013-05-02 05:57:49 +02:00
parent c55b3b2825
commit 16d4ee578a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/busybox sh
NORMAL="\\033[0m" # white on black, or whatever your terminal is
NORMAL="\\033[0m" # white on black, or whatever your terminal is
FAIL="\\033[1;31m" # red foreground
OK="\\033[1;32m" # green foreground
OK="\\033[1;32m" # green foreground
INFO="\\033[1;34m" # blue foreground
alias tar='/busybox tar -C /roottmpfs -xpf -'