Jordan Savant
# Software Engineer
Index
|
About Me
|
GitHub
|
Play "Neo-Corporate Mass" ⬏
Index
About Me
GitHub
Play "Neo-Corporate Mass" ⬏
Index
>
Languages
>
Bash
> Bash Process Exists
view raw
#!/bin/bash if [ "$(pidof process_name)" ] then # process was found else # process not found fi