221495cc86
starting/stopping/showing/restarting of things in /etc/rc.d. Also add a few quick top(1)-like utilties just to round the menu off.
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
# $NetBSD: script,v 1.1 2001/04/26 02:26:22 garbled Exp $
|
|
|
|
ps -aux | sort -rnk 3 | head -15
|