#!/bin/sh

# Here we send a init message the exec cat

/usr/bin/printf "37\n\n{ \"command\" : \"init\", \"version\": 1 }"
exec /bin/cat
