Skip to content

Instantly share code, notes, and snippets.

View nevesm's full-sized avatar
🎯
Focusing

Marcus Neves nevesm

🎯
Focusing
View GitHub Profile
@nevesm
nevesm / teams-chat-post.sh
Created January 21, 2021 13:50 — forked from chusiang/teams-chat-post-for-workflows.sh
Post a message to Microsoft Teams with bash script.
#!/bin/sh
# =============================================================================
# Author: Chu-Siang Lai / chusiang (at) drx.tw
# Filename: teams-chat-post.sh
# Modified: 2018-03-28 15:04
# Description: Post a message to Microsoft Teams.
# Reference:
#
# - https://gist.github.com/chusiang/895f6406fbf9285c58ad0a3ace13d025
#