Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 8d5e4f155eee0040a7777df08fb0663e > files > 7

kde-settings-kdm-4.9-22.fc18.noarch.rpm

#!/bin/sh
#
# $XFree86$

# The output of this script is displayed in the chooser window.
# (instead of "Willing to manage")

load="`uptime|sed -e 's/^.*load[^0-9]*//'`"
nrusers="`who|cut -c 1-8|sort -u|wc -l|sed 's/^[ 	]*//'`"
s=""; [ "$nrusers" != 1 ] && s=s

echo "${nrusers} user${s}, load: ${load}"