diff options
Diffstat (limited to 'snippets/sh/top-10-processes.sh')
-rwxr-xr-x | snippets/sh/top-10-processes.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/snippets/sh/top-10-processes.sh b/snippets/sh/top-10-processes.sh deleted file mode 100755 index 816d74b..0000000 --- a/snippets/sh/top-10-processes.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -ps auxf | sort -nr -k 4 | head -10 |