Skip to content

Instantly share code, notes, and snippets.

@cyppst
Created July 19, 2019 19:33
Show Gist options
  • Save cyppst/049409adc060d69efdf6092c194f579f to your computer and use it in GitHub Desktop.
Save cyppst/049409adc060d69efdf6092c194f579f to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -k -X POST https://notify-api.line.me/api/notify -H 'Authorization: Bearer utzkj23PG1gUGlaea3BWWk4g1bPZz3fWMATf3HJFuUU' -F "message=$1" -F "imageFile=@$2"
#!/bin/bash
curl -k -X POST https://notify-api.line.me/api/notify -H 'Authorization: Bearer utzkj23PG1gUGlaea3BWWk4g1bPZz3fWMATf3HJFuUU' -F "message=$1"
\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment