#!/bin/bash
{
flock -xn 3
if [ $? -ne 0 ];then
echo “Aready runing…”
exit 1
fi
do some thing here
} 3<>/tmp/`basename $0`.lock
No comments yet.
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.
Powered by WordPress