Jesse Hathaway
2018-07-18 14:22:06 UTC
What is the idiomatic or most robust method to ensure a bash library is only
loaded once?
I see some libraries create a dummy function whose existence they check for
before loading, is that the preferred method?
loaded once?
I see some libraries create a dummy function whose existence they check for
before loading, is that the preferred method?