2015-02-02 12:45:38 +01:00

11 lines
134 B
Bash
Executable File

#!/bin/sh
. /etc/conf.d/alfred
if [ "$MASTER" ]; then
master=-m
else
master=
fi
exec alfred -i "$IF_LIST" -b "$BATMAN_IF" $master