#!/bin/sh

BIN=/usr/lib/brutefir/brutefir.real
CONFIG=~/.brutefir_config

if ! [ -e $CONFIG  ]; then
	touch $CONFIG
fi

$BIN $@
