Experimental script to send code to thin clients.
#! /bin/sh # Title: # netxfer.sh # # Author: # Karl Mowatt-Wilson # http://mowson.org/karl # copyright: 2007 Karl Mowatt-Wilson # licence: GPL v2 # # Revisions: # v0.1 - 21 Jun 2007 - first release # v0.11 - 23 Jun 2007 - add 'readability' check of full image path # v0.12 - 23 Jun 2007 - improve readability check # v0.13 - 6 Jul 2007 - add 'tail' of syslog # - put port numbers in variables # - use getopts # ...