????

Your IP : 18.188.243.211


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