z
5 years ago
7 changed files with 39 additions and 5 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
date -R |
||||
starttime=`date +'%Y-%m-%d %H:%M:%S'` |
||||
proxychains git submodule update --init --recursive |
||||
endtime=`date +'%Y-%m-%d %H:%M:%S'` |
||||
date -R |
||||
start_seconds=$(date --date="$starttime" +%s); |
||||
end_seconds=$(date --date="$endtime" +%s); |
||||
echo "本次运行时间: "$((end_seconds-start_seconds))"s" |
Loading…
Reference in new issue