kill $(pidof -x -o '%PPID' $0) >/dev/null 2>/dev/null
Is there a solution without the use of "pidof" command?In cygwin unfortunately it is not present...
Post a Comment
1 comment:
Is there a solution without the use of "pidof" command?
In cygwin unfortunately it is not present...
Post a Comment