Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

fox-archives/sh-pamenv-conv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

sh-pamenv-conf

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'

Installation

Use Basalt, a Bash package manager, to add this project as a dependency

basalt add 'hyperupcall/bash-pamenv-conf'

Contributing

git clone 'https://github.com/hyperupcall/bash-pamenv-conf'
cd bash-pamenv-conf
basalt install

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages