diff options
author | Yigit Sever | 2021-10-24 00:00:08 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-24 00:00:08 +0300 |
commit | fc85aa0d21b745493c51a3f73d690d71cd6dbe69 (patch) | |
tree | 4153771b5672bf67a2740a6b8964c3971fade073 | |
parent | 92d39143e2c1a9af85e1f99801005f458046a1fa (diff) | |
download | dotfiles-fc85aa0d21b745493c51a3f73d690d71cd6dbe69.tar.gz dotfiles-fc85aa0d21b745493c51a3f73d690d71cd6dbe69.tar.bz2 dotfiles-fc85aa0d21b745493c51a3f73d690d71cd6dbe69.zip |
notify_phone: oops
-rwxr-xr-x | .local/bin/notify_phone | 2 |
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 | ||
3 | TOKEN=795983515:AAHAPgakm-BbRKNodF9a0z_OH2VDsIxpm_Q | 3 | TOKEN=$(pass telegram/notifier) |
4 | CHAT_ID=4903620 | 4 | CHAT_ID=4903620 |
5 | INPUT=$@ | 5 | INPUT=$@ |
6 | MESSAGE=${INPUT:-"all done"} | 6 | MESSAGE=${INPUT:-"all done"} |