Get rid of those colors

This commit is contained in:
2020-07-04 14:05:03 +02:00
parent 902d6a9ad7
commit 8ac1db42bc

4
cv
View File

@@ -1,13 +1,13 @@
#!/bin/bash #!/bin/bash
ex(){ ex(){
echo -e "\\033[0;32m> ${*} \\033[0m" echo -e "> ${*}"
$@ $@
} }
date=$(date +"%Y-%m-%d") date=$(date +"%Y-%m-%d")
ydate=$(date -d yesterday +"%Y-%m-%d") ydate=$(date -d yesterday +"%Y-%m-%d")
show(){ show(){
echo -e "\\033[0;36m> ${*} \\033[0m" echo -e "> ${*}"
} }
title(){ title(){
w=36 w=36