dotfiles/dotfiles/lib/bin/restart.sh

4 lines
75 B
Bash
Executable File

#!/usr/bin/env sh
pkill "$1"
nohup "$@" >"/tmp/$1.out" 2>"/tmp/$1.error" &