scripts/README.md

20 lines
418 B
Markdown
Raw Normal View History

2023-10-13 11:24:13 +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
2023-10-13 11:28:01 +11:00
```sh
2023-10-13 11:24:13 +11:00
upload <file>
```
### Dependencies
- curl
- qrencode
### Installation
2023-10-13 11:28:01 +11:00
```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
2023-10-13 11:24:13 +11:00
```