Go to file
2023-10-13 11:26:12 +11:00
LICENSE.md Initial commit 2023-10-13 11:26:12 +11:00
README.md Initial commit 2023-10-13 11:26:12 +11:00
upload Initial commit 2023-10-13 11:26:12 +11:00

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

upload <file>

Dependencies

  • curl
  • qrencode

Installation

sudo wget -O /usr/local/bin/upload https://<link> && sudo chmod +x /usr/local/bin/upload