Skip to content

Instantly share code, notes, and snippets.

@rberrelleza
Created December 21, 2012 22:26
Show Gist options
  • Save rberrelleza/4356282 to your computer and use it in GitHub Desktop.
Save rberrelleza/4356282 to your computer and use it in GitHub Desktop.
Update terminal title
title=$1
echo -n -e "\033]0;$title\007"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment