Forgot ex, oops
This commit is contained in:
parent
376a46bf4d
commit
e5b9dc4cec
4
cv
4
cv
@ -5,6 +5,10 @@ then
|
|||||||
. /usr/local/bin/vars
|
. /usr/local/bin/vars
|
||||||
else
|
else
|
||||||
# This is a compatibility mode and not well-supported.
|
# This is a compatibility mode and not well-supported.
|
||||||
|
ex(){
|
||||||
|
echo -e "\\033[0;32m> ${*} \\033[0m"
|
||||||
|
$@
|
||||||
|
}
|
||||||
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(){
|
||||||
|
Reference in New Issue
Block a user