From 2fe80c22357c7930c8c62d9d1cdec3d0ed49b21e Mon Sep 17 00:00:00 2001
From: Brian West <brian@freeswitch.org>
Date: Mon, 15 Dec 2008 18:55:44 +0000
Subject: [PATCH] adding fstop

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10778 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 support-d/.bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support-d/.bashrc b/support-d/.bashrc
index 911492239e..899b67e92e 100644
--- a/support-d/.bashrc
+++ b/support-d/.bashrc
@@ -25,5 +25,5 @@ alias e='emacs'
 alias tcommit='svn commit --no-auth-cache --username=anthm'
 alias mcommit='svn commit --no-auth-cache --username=mikej'
 alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml'
-
+alias fstop='top -p `cat /usr/local/freeswitch/log/freeswitch.pid`'
 # End of file