When you have many bash shells, sometime you confuse which is which. This script can help set a title for each shell window:
setTitle.sh
#!/bin/sh
echo -e “33]2;$1 $2 $3 $4 $5 $607”
When you have many bash shells, sometime you confuse which is which. This script can help set a title for each shell window:
setTitle.sh
#!/bin/sh
echo -e “33]2;$1 $2 $3 $4 $5 $607”