Shell Script Loader 0.2 and Shell Script Loader Extended 0X.2 has been released with the following changes:

  • Function calls are now less recursive by one level.
  • Now using getcleanpath instead of getabspath. It is simpler, and we don’t need the strict features of getabspath.
  • Added loader.bash-4 which strictly supports Bash version 4.0 and above.
  • Also added loader-include-prototype.bash.
  • Added support for MirBSD Ksh.
  • Now using hash to remember location of executable binaries in some places that are applicable and helpful to improve performance without being completely explicit about the path.
  • Reformatted messages to more proper case form.
  • Reformatted changelog file.
  • Some non-critical fixes.
  • It’s a complete code overhaul.