rawiriblundell / sh_libpath

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

Merge import and from #12

Closed rawiriblundell closed 2 years ago

rawiriblundell commented 2 years ago

Instead of the current

import text/blah.sh OR from text import blah.sh

Merge from() into import() so that it becomes

import text/blah.sh OR import blah.sh from text

rawiriblundell commented 2 years ago

Resolved by 0045246e433f190738897acd7e75857cc040cf2a