Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 676 Bytes

File metadata and controls

28 lines (20 loc) · 676 Bytes
𝓙.𝓞𝓹𝓹𝓵𝓲𝓰𝓮𝓻
~~~~~~
My personal collection of scripts.

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.

How to install ?

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