Jordan Savant
// Software Engineer
Programmer
//
Game Developer
//
Artist
Programmer
Game Developer
Artist
Index
>
Languages
>
Bash
> Bash Process Exists
view raw
#!/bin/bash if [ "$(pidof process_name)" ] then # process was found else # process not found fi