Skip to content

Instantly share code, notes, and snippets.

@melo
Created January 25, 2013 17:25
Show Gist options
  • Save melo/4636303 to your computer and use it in GitHub Desktop.
Save melo/4636303 to your computer and use it in GitHub Desktop.
#!/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
#!/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