Created
January 25, 2013 17:25
-
-
Save melo/4636303 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 --login | |
# | |
# Notice the --login up there, to make sure my heavily modified .bashrc is read | |
# and I have a sane PATH | |
echo -ne "\033]1;catalog website supervise\007" | |
## remove all the --login stuff I don't care about | |
clear | |
exec ./dev/daemons/e1-catalog-website |
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 | |
## Next line set's the tab title... | |
echo -ne "\033]1;log catalog website\007" | |
exec tail -F ~/logs/sites/catalog.devel*error_log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment