]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add alias
authorBrian West <brian@freeswitch.org>
Thu, 6 Mar 2014 16:51:01 +0000 (10:51 -0600)
committerBrian West <brian@freeswitch.org>
Thu, 6 Mar 2014 16:51:01 +0000 (10:51 -0600)
support-d/.bashrc

index a8696c213a327e916aaa23477dcdacda114b76e7..3efd07f20e935914b8be31898d0428c02a40b538 100644 (file)
@@ -34,6 +34,7 @@ alias mgit='git commit --author "Mike Jerris <mike@freeswitch.org>"'
 alias tgit='git commit --author "Anthony Minessale <anthm@freeswitch.org>"'
 alias igit='git commit --author "Raymond Chandler <intralanman@freeswitch.org>"'
 alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml'
+alias go='/usr/local/freeswitch/bin/freeswitch -nonat'
 alias fstop='top -p `cat /usr/local/freeswitch/run/freeswitch.pid`'
 alias fsgdb='gdb /usr/local/freeswitch/bin/freeswitch `cat /usr/local/freeswitch/run/freeswitch.pid`'
 alias fscore='gdb /usr/local/freeswitch/bin/freeswitch `ls -rt core.* | tail -n1`'