#!/bin/sh
# Stop the bouncing nonesense
# From http://forums.macosxhints.com/showthread.php?t=53256
defaults write com.apple.dock no-bouncing -bool true
osascript -e 'tell application "Dock" to quit'
