#!/bin/bash

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

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