9 lines
221 B
Bash
9 lines
221 B
Bash
#! /bin/sh
|
|
#
|
|
# @(#)busy.sh 1.1 94/10/31 SMI; from UCB
|
|
#
|
|
# This file must be here, or SNAKE will not run.
|
|
# It sets the increment to the priority level under which it runs.
|
|
set number=`who | wc -l`
|
|
echo "$number / 2" | bc
|