最近の更新
このページへのアクセス 今日: 1 / 昨日: 0 総計: 285
function IsRunning() { if [ $$ -ne $(pgrep -fo "$0") ]; then echo "起動済みです。" exit 1 fi }