i'll have a side of emacs hold the window please

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13929 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Raymond Chandler 2009-06-23 23:45:00 +00:00
parent c503e30871
commit 1d3d35b133
1 changed files with 1 additions and 0 deletions

View File

@ -30,4 +30,5 @@ 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`'
alias emacs='emacs -nw'
# End of file