#!/bin/sh

if test ! -d main; then
  mkdir main
fi

exec multilog t ./main
