Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lazypwny751/polkish
- Owner: lazypwny751
- License: gpl-3.0
- Created: 2023-11-30T18:09:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T20:18:04.000Z (about 1 year ago)
- Last Synced: 2023-11-30T21:26:08.666Z (about 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)