mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
s=/a/asami/portbuild/scripts/checkmachines
|
|
|
|
if [ -x $s ]; then
|
|
$s &
|
|
echo -n ' checkmachines'
|
|
fi
|