#!/bin/bash

# recherche de l'excutable uucico
PROG=/usr/sbin/uucico

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