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 now { date "+%Y%m%d-%H%M%S"; }
|
||||||
function today { date "+%Y%m%d"; }
|
function today { date "+%Y%m%d"; }
|
||||||
|
|
||||||
function log {
|
function log { echo -e "$1"; }
|
||||||
echo -e "$1"
|
function blog { echo -e "\n\n$1\n\n"; }
|
||||||
}
|
|
||||||
function blog {
|
|
||||||
echo -e "\n\n$1\n\n"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Enhance Bin Scripts #
|
# Enhance Bin Scripts #
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user