#!/bin/sh

echo "Starting notify-remote service..."
socat -u tcp4-listen:6666,fork,bind=127.0.0.1 exec:$HOME/bin/notify-remote
