Created
November 17, 2013 20:17
-
-
Save syui/7517744 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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