dots-of-war/files/.config/bspwm/bspwm_scripts/run_once.sh

2 lines
47 B
Bash
Executable file

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