Reubicados los archivos en carpetas
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
TOKEN="5383183749:AAHV8pc9yN_h_LNfixOJXAvVYCNcby0HlCY"
|
||||
ID="717637871"
|
||||
MENSAJE=$(</dev/stdin)
|
||||
URL="https://api.telegram.org/bot$TOKEN/sendMessage"
|
||||
|
||||
curl -s -X POST $URL -d chat_id=$ID -d text="$MENSAJE" > /dev/null
|
||||
Reference in New Issue
Block a user