mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9 lines
105 B
Bash
9 lines
105 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
s=/a/asami/portbuild/scripts/reportload
|
||
|
|
||
|
if [ -x $s ]; then
|
||
|
$s &
|
||
|
echo -n ' reportload'
|
||
|
fi
|