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
Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.
@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
#