Changeset - 749c9c372983
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 11 years ago 2014-06-14 23:40:45
drewp@bigasterisk.com
show all call args in terminal title
Ignore-this: d195cabffe26f3822ddd118358c8aaab
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/run_local.py
Show inline comments
 
@@ -40,7 +40,7 @@ def setTerminalTitle(s):
 
        print "\033]0;%s\007" % s # not escaped/protected correctly
 

	
 
if 'listsongs' not in sys.argv[0]:
 
    setTerminalTitle(sys.argv[0])
 
    setTerminalTitle(' '.join(sys.argv))
 

	
 
# see http://www.youtube.com/watch?v=3cIOT9kM--g for commands that make
 
# profiles and set background images
0 comments (0 inline, 0 general)