#!/bin/sh

if [ ! -d $HOME/cqrlog ] ; then
  cp -a /usr/X11R7/share/cqrlog $HOME
fi
exec $HOME/cqrlog/cqrlog
