From: Brian West Date: Fri, 13 Feb 2009 21:25:35 +0000 (+0000) Subject: add more goodies X-Git-Tag: v1.0.3~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6927044446bd70e5f33ca219cc9ea21501c2e4b2;p=thirdparty%2Ffreeswitch.git add more goodies git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11997 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/support-d/.bashrc b/support-d/.bashrc index 171d867e36..fd8640b172 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -24,7 +24,9 @@ umask 022 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