#!/bin/bash if [ "$(hostname)" = "dxo-pbo.local" ] ; then ncftpput 172.16.0.103 / "$@" else lpr "$@" fi