Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 250 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 250 Bytes

pkgs

simple package manager

installation

$ git clone https://github.com/tarik-celik/pkgs

$ cd pkgs

$ sh install.sh

usage

install:

$ ./pkgs -i (package name)

remove:

$ ./pkgs -r (package name)

or:

$ rm -rf (package name)