# Useful Scripts ## Upload This script is used for quick uploading and sharing of files. It prints a QR code of the share link to allow for quick and easy sharing to a phone ### Usage ```sh upload ``` ### Dependencies - curl - qrencode ### Installation ```sh sudo wget -O /usr/local/bin/upload https://git.woodburn.au/nathanwoodburn/scripts/raw/branch/main/upload && sudo chmod +x /usr/local/bin/upload ```