#!/bin/sh
. ${POPHOME:-@POPHOME@}/lib/pop_conf_sh

read x
if $POPHOME/bin/copy_rechlauf $x ; then echo OK ; else echo BAD ; fi
