#!/bin/bash

in.tftpd -l -a 192.168.0.1:10069 -s /srv/tftp/ 
exit $?

