When running this on OS X the following errors will occur.
typeset: usage: line 83: typeset: -u: invalid option
typeset: usage: line 84: typeset: -l: invalid option
Typeset is deprecated. Tried replacing it with declare but got the same error (except it said declare: -u: invalid option).
When running this on OS X the following errors will occur.
typeset: usage: line 83: typeset: -u: invalid optiontypeset: usage: line 84: typeset: -l: invalid optionTypeset is deprecated. Tried replacing it with
declarebut got the same error (except it said declare: -u: invalid option).