Comment 3 for bug 209847

Revision history for this message
Colin Watson (cjwatson) wrote :

Thanks! I made a few small changes:

  * renamed to casper-uuid to fit local naming convention
  * added 'set -e', a good idea for all shell scripts
  * added -h/--help, since this caught me out on first try
  * double-quoted all shell variable expansions (careful to avoid double-quoting wildcards, since that will make them stop working)

I've attached the differences.