#!/bin/sh # Lists incoming dir # Use -M23 and so on # load common functions, compatible with local and installed script . `dirname $0`/../share/eterbuild/functions/common parse_cmd_pre -- "$@" echog "Checking for private key..." ssh-add -l || ssh-add set_incoming $MENV rsync -n -e ssh $RSYNCINCOMING/$INCOMING/ echog "Ls from $RSYNCINCOMING/$INCOMING"