mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-07 11:52:23 +00:00
3 lines
47 B
Bash
3 lines
47 B
Bash
|
#!/bin/bash
|
||
|
pgrep "$@" > /dev/null || ("$@" &)
|