mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
added binfiles from chrysostomus/bspwm-scripts, fixed eaten space
This commit is contained in:
3
bin/run_once
Executable file
3
bin/run_once
Executable file
@@ -0,0 +1,3 @@
|
||||
#! /bin/bash
|
||||
# Run program unless it's already running
|
||||
pgrep $@ > /dev/null || ($@ &)
|
||||
Reference in New Issue
Block a user