chd/applicationConfiguration/awesome/autorun.sh
josiah f76793bd5d Add idiot awesome config to agares
- this is being built out for dev before rolling to main machine
- so far its very frustrating not being like hammerspoon, honestly.
2019-10-31 03:26:23 +00:00

11 lines
94 B
Bash

#!/usr/bin/env bash
function run {
if ! pgrep -f $1 ;
then
$@&
fi
}
run nextcloud