#!/bin/bash

# recherche de l'excutable uucp
PROG=/usr/bin/uucp

# appel d'uucp avec le bon fichier de configuration
ulimit -n 8192
$PROG -I /etc/uucp/config_zephir $*
