Created
October 30, 2009 18:25
-
-
Save sanity/222607 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/bash | |
# A simple script which will name a tab in iTerm | |
# usage: | |
# $ nametab New tab name | |
echo -ne "\033]0;"$@"\007" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment