head 1.1; access; symbols; locks georg:1.1; strict; comment @# @; 1.1 date 2003.06.28.19.37.15; author georg; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @#!/bin/sh # # if our disk is 1 gig, 85 % is useful (150M swap remaining) # if we have a 20 gig disk, 99 % will do it (215M swap remaining) # echo -n "root has ${PERCENT}% ... " file=$1 echo -n "a: ${PERCENT}% * 4.2BSD 1024 8192 16 b: * * swap" >> $file @