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