Untitled

 avatar
unknown
sh
4 years ago
57 B
8
Indexable
#!/bin/bash

if pidof -o %PPID -x "$0"; then
   exit 1
fi
Editor is loading...