#!/bin/sh

if ! urxvtc "$@" ; then
    urxvtd -f
    exec urxvtc "$@"
fi
