????

Your IP : 3.137.223.82


Current Path : /usr/sbin/
Upload File :
Current File : //usr/sbin/system-config-network

#!/bin/sh

if [ -n "$DISPLAY" -a -f /usr/sbin/system-config-network-gui ]; then
    exec /usr/sbin/system-config-network-gui "$@"
else
    exec /usr/sbin/system-config-network-tui "$@"
fi