Files
dotfiles/.config/sway/run-once.sh
2021-11-10 15:38:52 +01:00

6 lines
47 B
Bash
Executable File

#!/bin/bash
if ! pgrep -x $1; then
${@:1}
fi