Untitled

 avatar
unknown
sh
3 years ago
57 B
6
Indexable
#!/bin/bash

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