1 2 3 4 5 6 7
#!/bin/sh interface="$1" status="$2" if [ "$status" == 'up' ]; then /usr/bin/mosmetro fi