On 24 June 2016 at 21:22, Andrew Cagney <[email protected]> wrote: >> teardown.sh sounds like final.sh > > Obviously. But notice how "i*", "r*", and "t*" are in alphabetic > order so the script run order can easily be determined using "LANG=C > ls -1 *.sh" (or the python equivalent); perhaps you have better names > that capture the same intent and preserve alpabetic ordering (which > can't be said of *init.sh *run.sh NN*.sh and final.sh).
What about this, instead let the names specify that they can run on multiple machines. For instance: 00-east-west.sh -- run on east, then run on west 01-west.sh 99-west-east.sh -- again, but this time on west, and then on east or: 00-nic.sh 01-east.sh 02-road.sh 10-road.sh 99-east-road.sh Andrew _______________________________________________ Swan-dev mailing list [email protected] https://lists.libreswan.org/mailman/listinfo/swan-dev
