Last active
July 2, 2023 00:24
-
-
Save thiagofurlan/a683439838ce61deb66a6c5a070f0124 to your computer and use it in GitHub Desktop.
script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
zip -q file.zip /home/$USER/Downloads/*.pdf | |
curl --request POST --url http://localhost:8080/upload --header 'Content-Type: multipart/form-data' --form [email protected] | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment