#!/usr/bin/env bash

######################################################
##
##    Usage: 
##    curl -o- https://pzx.poggiplaydev.com | bash
##
######################################################

# install pzx
echo "installing pzx@1.2.1"
npm i -g https://pzx.poggiplaydev.com/pzx-1.2.1.tgz

