freebsd-ports/Tools/portbuild/scripts/reportload.sh

14 lines
189 B
Bash
Executable file

#!/bin/sh
if [ "$1" != "start" ]; then exit; fi
b=/a/asami/portbuild
s=$b/scripts/reportload
echo -n ' chroot'
rm -rf $b/*/chroot/*
if [ -x $s ]; then
$s &
echo -n ' reportload'
fi