summaryrefslogtreecommitdiff
path: root/Tools/portbuild/scripts/checkmachines.sh
blob: 2e7f0c5deea674814f150dadd811142da6c80d7b (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

s=/a/asami/portbuild/scripts/checkmachines

if [ -x $s ]; then
  $s &
  echo -n ' checkmachines'
fi