Scripts found useful by FWEI.
I hope that people find it useful, contribute improvements, and I chose the right licence.
While useful in their current form, they would benefit from improvements including, but not limited to;
- Independence from FWEI directory layout convention (which is saner than some, IMHO)
- Checks for installed software (e.g.
if whichprogramName; thenmainBodyOfScriptelse echoprogramNameis required but was not found on PATH ; fi) - Cleanup (e.g. removal of redundant code, or code which duplicates a better existing implementation or convention)
- Enhancement, including defensive measures (e.g.
mv-sameneeds to handle multiple SOURCEs and a non-file DESTINATION) - Documentation (each script should explain itself better!)