rawiriblundell / sh_libpath

Making shell scripts more robust with libraries
Apache License 2.0
11 stars 2 forks source link

Add SH_STACK array and tooling #10

Closed rawiriblundell closed 2 years ago

rawiriblundell commented 2 years ago

Consider adding an array that sits in the environment scope, something like SH_STACK that can be added to, rotated etc and dumped on error

rawiriblundell commented 2 years ago

This has been implemented over time in init.sh and has been largely implemented within import(), see e.g. commit 742d3f0