Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lazypwny751/polkish

an exec wrapper between policykit's and sudo like programs
https://github.com/lazypwny751/polkish

Last synced: 12 days ago
JSON representation

an exec wrapper between policykit's and sudo like programs

Awesome Lists containing this project

README

        

# polkish
a very very simple library for exec wrapper between policykit's and sudo like programs

## Installation
```sh
git clone https://github.com/lazypwny751/polkish.git
cd polkish
sudo make all
```

## Usage
```sh
# in bash script
source /usr/local/lib/bash/5.1/polkish.sh
polkish.exec whoami
# or directly on command line:
polkish "make" "install"
polkish make uninstall
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[GPL3](https://choosealicense.com/licenses/gpl-3.0/)