#!/bin/bash 

if [ -z "$*" ];then
    exit -1
fi

/sbin/modprobe tun
sleep 1
/usr/sbin/madwimax $* 
