summarylogtreecommitdiffstats
path: root/mosmetro-python.sh
blob: 470b226672f22159468a027fde39c0d1b1f30e2a (plain)
1
2
3
4
5
6
7
#!/bin/sh

interface="$1" status="$2"

if [ "$status" == 'up' ]; then
	/usr/bin/mosmetro
fi