summaryrefslogtreecommitdiff
path: root/psgrep
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2012-01-30 20:45:23 +0600
committerAnton Bobov <abobov@gmail.com>2012-01-30 20:45:23 +0600
commit5eb3384f04442becef4ca74ee51efed3a755ffd1 (patch)
tree1f89d4626088f70251597269da345fc9da766aa2 /psgrep
Initial commit.
Diffstat (limited to 'psgrep')
-rwxr-xr-xpsgrep3
1 files changed, 3 insertions, 0 deletions
diff --git a/psgrep b/psgrep
new file mode 100755
index 0000000..f3ead37
--- /dev/null
+++ b/psgrep
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+ps aux | grep -e "$1" | grep -v grep