Skip to content

Instantly share code, notes, and snippets.

@syui
Created November 17, 2013 20:17
Show Gist options
  • Save syui/7517744 to your computer and use it in GitHub Desktop.
Save syui/7517744 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "
tell application \"iTerm\"
activate
tell current session of current terminal
set transparency to $1
end tell
end tell
" | osascript -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment