dots-of-war/files/.config/bspwm/bspwm_scripts/run_once.sh
2020-04-27 17:21:09 +02:00

2 lines
47 B
Bash
Executable file

#!/bin/bash
pgrep "$@" > /dev/null || ("$@" &)