mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Initial commit for pushover testing
This commit is contained in:
9
windows_archive/send-pushover
Normal file
9
windows_archive/send-pushover
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash -eu
|
||||
|
||||
source /root/.teslaCamPushoverCredentials
|
||||
|
||||
curl -F "token=$pushover_app_key" \
|
||||
-F "user=$pushover_user_key" \
|
||||
-F "title=Dashcam Copy Complete" \
|
||||
-F "message=$1 file(s) were copied." \
|
||||
https://api.pushover.net/1/messages
|
||||
Reference in New Issue
Block a user