Skip to content

Instantly share code, notes, and snippets.

@TheButterZone
Last active May 28, 2017 05:01
Show Gist options
  • Save TheButterZone/b1b3228293e49a00e31c20488948e9fe to your computer and use it in GitHub Desktop.
Save TheButterZone/b1b3228293e49a00e31c20488948e9fe to your computer and use it in GitHub Desktop.
AppleScript to launch telnet bitcointicker
# Export as Run-only Application
tell application "Terminal"
do script "telnet ticker.bitcointicker.co 10080"
end tell
tell application "Terminal" to activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment