summaryrefslogtreecommitdiffstats
path: root/.local/bin/notify_phone
diff options
context:
space:
mode:
authorYigit Sever2021-10-25 13:34:42 +0300
committerYigit Sever2021-10-25 13:34:42 +0300
commit06c6f71a6bdad88fc40219a8dd086acd052958e1 (patch)
treefb31036d2084355001a26cd4b25ac707907b32d6 /.local/bin/notify_phone
parent328b9457389bda7c54138db6e908de1c6e1acc3f (diff)
parent3fad12478ae35265aac6496f61342471da06c4a9 (diff)
downloaddotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.tar.gz
dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.tar.bz2
dotfiles-06c6f71a6bdad88fc40219a8dd086acd052958e1.zip
Merge remote-tracking branch 'origin'
Diffstat (limited to '.local/bin/notify_phone')
-rwxr-xr-x.local/bin/notify_phone2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/notify_phone b/.local/bin/notify_phone
index 6228f73..adf1464 100755
--- a/.local/bin/notify_phone
+++ b/.local/bin/notify_phone
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2 2
3TOKEN=795983515:AAHAPgakm-BbRKNodF9a0z_OH2VDsIxpm_Q 3TOKEN=$(pass telegram/notifier)
4CHAT_ID=4903620 4CHAT_ID=4903620
5INPUT=$@ 5INPUT=$@
6MESSAGE=${INPUT:-"all done"} 6MESSAGE=${INPUT:-"all done"}