aboutsummaryrefslogtreecommitdiffstats
path: root/bin/run_once
blob: 3829f7e462f636690d03cbf699e3c5e64bb3e7dd (plain)
1
2
3
4
#!/bin/bash
#Alternative
pgrep $@ > /dev/null || ($@ &)