Convert pam_env.conf
syntax to something executable by a POSIX shell
STATUS: ALPHA
# ./pam_env.conf
FOUR
PAGER DEFAULT=less
EDITOR OVERRIDE=vim
$ bash-pamenv-conf ./pam_env.conf
export PAGER="${PAGER:-less}"
export EDITOR='vim'
Use Basalt, a Bash package manager, to add this project as a dependency
basalt add 'hyperupcall/bash-pamenv-conf'
git clone 'https://github.com/hyperupcall/bash-pamenv-conf'
cd bash-pamenv-conf
basalt install