mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix xiwibg.
This commit is contained in:
@@ -2,6 +2,6 @@ if command -v xiwi >/dev/null 2>&1; then
|
|||||||
function xiwibg {
|
function xiwibg {
|
||||||
local tmpf=$(mktemp)
|
local tmpf=$(mktemp)
|
||||||
echo Logging to ${tmpf}
|
echo Logging to ${tmpf}
|
||||||
nohup xiwi "$@" >${tmpf} 2>&1 &
|
nohup xiwi "$@" >!${tmpf} 2>&1 &
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user