mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-08-22 03:43:16 +02:00
Create README.md
This commit is contained in:
@ -1370,7 +1370,7 @@ $! :is the PID of the most recent background command.
|
|||||||
```bash
|
```bash
|
||||||
curl --upload-file ./filename.txt https://transfer.sh/filename.txt
|
curl --upload-file ./filename.txt https://transfer.sh/filename.txt
|
||||||
```
|
```
|
||||||
(the above command will return a URL, e.g: https://transfer.sh/tG8rM/filename.txt)
|
(the above command will return a URL, e.g: https://transfer.sh/tG8rM/filename.txt)
|
||||||
--> download:
|
--> download:
|
||||||
```bash
|
```bash
|
||||||
curl https://transfer.sh/tG8rM/filename.txt -o filename.txt
|
curl https://transfer.sh/tG8rM/filename.txt -o filename.txt
|
||||||
|
Reference in New Issue
Block a user