#!/bin/bash
cd ~
curl -fsSLO https://raw.githubusercontent.com/nrobinson2000/po-util/master/po-util.sh
chmod +x po-util.sh
./po-util.sh install
exit