generated from me/template-mit
Minify log functions.
This commit is contained in:
@@ -99,12 +99,8 @@ function clone {
|
||||
function now { date "+%Y%m%d-%H%M%S"; }
|
||||
function today { date "+%Y%m%d"; }
|
||||
|
||||
function log {
|
||||
echo -e "$1"
|
||||
}
|
||||
function blog {
|
||||
echo -e "\n\n$1\n\n"
|
||||
}
|
||||
function log { echo -e "$1"; }
|
||||
function blog { echo -e "\n\n$1\n\n"; }
|
||||
|
||||
# Enhance Bin Scripts #
|
||||
|
||||
|
||||
Reference in New Issue
Block a user