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
| osascript -e "set Volume 3.5" | |
| afplay ~/Dropbox/Sounds/itssofluffy.mp3 | |
| osascript -e "set Volume 1.25" |
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
| function windowHistorySupported() { | |
| // If pushState is supported, return true, else return false. | |
| return !!(window.history && window.history.pushState); | |
| } |
NewerOlder