From bb7c82babb81b0896a88f240e5c887577b7f410d Mon Sep 17 00:00:00 2001 From: Mustafa Sakarya Date: Fri, 25 Jun 2010 22:06:54 +0300 Subject: [PATCH] sys-scripts This folder is meant to be put in PATH variable to have quick access to usefull scripts --- sys-scripts/pf | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 sys-scripts/pf diff --git a/sys-scripts/pf b/sys-scripts/pf new file mode 100755 index 0000000..781ad85 --- /dev/null +++ b/sys-scripts/pf @@ -0,0 +1,3 @@ +#!/bin/bash + +ps aux | grep ${1} -- 2.11.4.GIT