Skip to content

Instantly share code, notes, and snippets.

View alexwykoff's full-sized avatar

Alex Wykoff alexwykoff

View GitHub Profile
@rgottleber
rgottleber / 00 - About.md
Last active September 9, 2022 15:25
Resources for DEMOs - SmartCon 2022

Demo Files For SmartCon 2022

Sept 27, 2022

These Files will be updated for each talk. If you are looking for a past talk check the history.

Resources for live session from SmartCon Workshop

notifyMe() {
if [ $? -eq 0 ]; then
osascript -e 'display notification "The command worked" with title "Success"'
else
osascript -e 'display notification "The command failed" with title "Failed"'
fi
}