#!/bin/bash

EVENT_MSG="$1"
ULBIN=/usr/local/bin

#echo "Event Message: $EVENT_MSG"

echo "$EVENT_MSG" > /run/event

exit 1

