First commit

This commit is contained in:
git
2023-05-30 13:48:55 +02:00
commit c42c8c09a5
11 changed files with 166 additions and 0 deletions

12
pgreptest Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
if [ $(pgrep -c $(basename $0)) -gt 1 ]
then
echo 'Proccess already exist. Exiting..'
exit
fi
echo 'Good proccess run..'
sleep 500;