Skip to content

Instantly share code, notes, and snippets.

@taishi-h
Created December 2, 2018 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taishi-h/36e22678de9ee54275c2825408970b1a to your computer and use it in GitHub Desktop.
Save taishi-h/36e22678de9ee54275c2825408970b1a to your computer and use it in GitHub Desktop.
armagedon per commit
#!/bin/sh
if [[ $(uname -s) == 'Darwin' ]]; then
open "https://www.youtube.com/embed/YpYaWSj_21g?autoplay=1&rel=0&controls=0&showinfo=0"
elif [[ $(uname -s) == 'MINGW'* ]]; then
start "https://www.youtube.com/embed/YpYaWSj_21g?autoplay=1&rel=0&controls=0&showinfo=0"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment