utils.sh 87 字节
Newer Older
L
luzzyzhang 已提交
1 2 3 4 5 6 7
#!/bin/bash -e


function log() {
    d=$(date +'%Y-%m-%d %H:%M:%S')
    echo $d" "$1
}