SHELL BYPASS 403 |
Modern UI.
Responsive.
Powerful.
#!/usr/bin/bash
. /etc/sysconfig/network
if [ -n "${NISDOMAIN}" -a -x /usr/bin/domainname ]; then
domainname ${NISDOMAIN}
exit $?
fi
exit 0