forked from Mirrors/freeswitch
add more goodies
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11997 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f61f23d093
commit
6927044446
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue