Skip to content

Instantly share code, notes, and snippets.

@kazuhisa
Created November 29, 2013 00:40
Show Gist options
  • Save kazuhisa/7700017 to your computer and use it in GitHub Desktop.
Save kazuhisa/7700017 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd /Users/kazuhisa/taisou
if [ "$((RANDOM % 20))" -eq 0 ]; then
afplay moe_taisou.mp3
else
afplay radio_taisou.mp3
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment