Skip to content

Instantly share code, notes, and snippets.

@thiagofurlan
Last active July 2, 2023 00:24
Show Gist options
  • Save thiagofurlan/a683439838ce61deb66a6c5a070f0124 to your computer and use it in GitHub Desktop.
Save thiagofurlan/a683439838ce61deb66a6c5a070f0124 to your computer and use it in GitHub Desktop.
script
#!/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