qbg to quiet X11
This commit is contained in:
@@ -342,3 +342,8 @@ function _tools-update {
|
||||
hg pull -u 2>&1
|
||||
popd > /dev/null
|
||||
}
|
||||
|
||||
function qbg {
|
||||
# Run a program quiet, and backgrounded
|
||||
"$@" &> /dev/null &
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user