𝓙.𝓞𝓹𝓹𝓵𝓲𝓰𝓮𝓻
~~~~~~
My personal collection of scripts.
~~~~~~
My personal collection of scripts.
MIME database management
- mime-add - Add a custom MIME type to the database.
- mime-list - List custom registered MIME types.
- mime-del - Remove a custom MIME type from the database.
License management
- osi - Manage Open Source Initiative licenses.
git clone https://github.com/joppliger/myscript ~/.local/bin
echo "export PATH=\$PATH:~/.local/bin" >> ~/.profile
echo "emulate sh -c '. ~/.profile'" >> ~/.zprofile # for zsh users
source ~/.profile