send output to null and dont freeze the terminal
This commit is contained in:
2
sxbm
2
sxbm
@ -154,7 +154,7 @@ bm_open(){
|
|||||||
die "Too many links\nUse 'sxbm open -f' to force open them all\n\n$( echo "$LINK" )"
|
die "Too many links\nUse 'sxbm open -f' to force open them all\n\n$( echo "$LINK" )"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$BROWSER $( echo "$LINK" | awk '{print $2;gsub(/\n/," ")}' )
|
$BROWSER $( echo "$LINK" | awk '{print $2;gsub(/\n/," ")}' ) 1>/dev/null 2>&1 &
|
||||||
}
|
}
|
||||||
|
|
||||||
############
|
############
|
||||||
|
|||||||
Reference in New Issue
Block a user