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