[Freeswitch-svn] [commit] r11997 - freeswitch/trunk/support-d
FreeSWITCH SVN
brian at freeswitch.org
Fri Feb 13 13:25:35 PST 2009
Author: brian
Date: Fri Feb 13 15:25:35 2009
New Revision: 11997
Log:
add more goodies
Modified:
freeswitch/trunk/support-d/.bashrc
Modified: freeswitch/trunk/support-d/.bashrc
==============================================================================
--- freeswitch/trunk/support-d/.bashrc (original)
+++ freeswitch/trunk/support-d/.bashrc Fri Feb 13 15:25:35 2009
@@ -24,7 +24,9 @@
alias e='emacs'
alias tcommit='svn commit --no-auth-cache --username=anthm'
alias mcommit='svn commit --no-auth-cache --username=mikej'
+alias bcommit='svn commit --no-auth-cache --username=brian'
alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml'
alias fstop='top -p `cat /usr/local/freeswitch/log/freeswitch.pid`'
alias fsgdb='gdb /usr/local/freeswitch/bin/freeswitch `cat /usr/local/freeswitch/log/freeswitch.pid`'
+alias fscore='gdb /usr/local/freeswitch/bin/freeswitch `ls -rt core.* | tail -n1`'
# End of file
More information about the Freeswitch-svn
mailing list