This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \\ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 | |
| # |