exportNET_GATE="$(/bin/ip r | head -n1 | cut -d' ' -f3)"
exportNET_GATE="$(ip -c=never r | head -n1 | cut -d' ' -f3)"
# WSLG
if[[ -z $DISPLAY]];then
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.