Discussion:
[Help-bash] Ensuring a bash library is only loaded once
Jesse Hathaway
2018-07-18 14:22:06 UTC
Permalink
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?

Loading...