????

Your IP : 18.118.166.106


Current Path : /proc/329612/root/usr/sbin/
Upload File :
Current File : //proc/329612/root/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