发布时间:December 12, 2013 // 分类:Shell // No Comments
#!/bin/bash start=`date +%s` stop=`date +%s` echo "程序执行时间$[ stop - start ]秒"
标签:none