Skip to content

Instantly share code, notes, and snippets.

@du-song
Created July 3, 2010 04:21
Show Gist options
  • Save du-song/462306 to your computer and use it in GitHub Desktop.
Save du-song/462306 to your computer and use it in GitHub Desktop.
FanRadio script
tell application "FanRadio"
set s to current track
end tell
tell application "Adium"
go away with message s
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment