#!/bin/bash
urxvtc "$@" 2>/dev/null
if [ $? -eq 2 ]; then
   urxvtd -q -o -f
   urxvtc "$@"
fi
