Files
skel/dotfiles/zshrc.d/crouton.zsh
2019-04-28 18:54:07 -07:00

8 lines
157 B
Bash

if command -v xiwi >/dev/null 2>&1; then
function xiwibg {
local tmpf=$(mktemp)
echo Logging to ${tmpf}
nohup xiwi "$@" >${tmpf} 2>&1 &
}
fi