#!/bin/sh
#
# Author: Michael Conrad <do5mc at aprs4r.org>
#

# 
# small script to start deamon from ruby
# 

$* > /dev/null 2> /dev/null &

exit 0

