Skip to content

Instantly share code, notes, and snippets.

View m33m33's full-sized avatar
💭
Ex-ter-mi-nate

M33 m33m33

💭
Ex-ter-mi-nate
View GitHub Profile
@m33m33
m33m33 / teams-chat-post.sh
Last active July 27, 2020 08:11 — forked from chusiang/teams-chat-post.sh
Post a message to Microsoft Teams with bash script.
#!/bin/bash
# =============================================================================
# Author: Chu-Siang Lai / chusiang (at) drx.tw
# Filename: teams-chat-post.sh
# Modified: 2020-07-27 10:10
# Description: Post a message to Microsoft Teams.
# Reference:
#
# - https://gist.github.com/chusiang/895f6406fbf9285c58ad0a3ace13d025
#