Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #!/bin/bash
  2. osascript <<END
  3. tell application "Terminal"
  4.         do script "$@"
  5.         activate
  6. end tell
  7. END