Linux Shell单实例运行
#!/bin/sh# **************************************************# ** Libraries # **************************************************source /etc/profile;sleep 2DATE=`date +"%F_%H:%M"`if [ x$1 != "x" ] then DATE=$1fiecho $DATEBASEDIR=`d...