summaryrefslogtreecommitdiff
path: root/run_maap.sh
blob: 740df758e1c8279d1faf641c652d4fbe8425369b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# Simple script to run MAAP

if [ "$#" -eq "0" ]; then
    echo "please enter network interface name as parameter. For example:"
    echo "sudo ./run_maap.sh eth1"
    exit -1
fi

./daemons/maap/linux/build/maap_daemon -i $1