Skip to content

Instantly share code, notes, and snippets.

View nevesm's full-sized avatar
🎯
Focusing

Marcus Neves nevesm

🎯
Focusing
View GitHub Profile
\\ DEMO CFG
\\ indexar demo
demo_index 1
demo_index_max_other 2000
\\ binds
bind f5 "demo_goto -2560 relative" \\ Volta 20segs da demo
bind f6 "demo_timescale 0.25" \\ Reproducao em 0.25x
bind f7 "demo_togglepause" \\ Pausa\Despausa
@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
#