Skip to content

Instantly share code, notes, and snippets.

@kmdsbng
Created June 5, 2010 01:19
Show Gist options
  • Select an option

  • Save kmdsbng/426176 to your computer and use it in GitHub Desktop.

Select an option

Save kmdsbng/426176 to your computer and use it in GitHub Desktop.
# ターミナルのウインドウタイトルを変更
out_title () { echo -ne "\033P\033]0;$*\033\\ \r" ; }
# gnu-screen の子ウインドウ名を変更
out_screen () { echo -ne "\033k$*\033\\ \r" ; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment