summaryrefslogtreecommitdiff
path: root/Tools/portbuild/scripts/checkmachines.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/portbuild/scripts/checkmachines.sh')
-rwxr-xr-xTools/portbuild/scripts/checkmachines.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/checkmachines.sh b/Tools/portbuild/scripts/checkmachines.sh
new file mode 100755
index 000000000000..2e7f0c5deea6
--- /dev/null
+++ b/Tools/portbuild/scripts/checkmachines.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+s=/a/asami/portbuild/scripts/checkmachines
+
+if [ -x $s ]; then
+ $s &
+ echo -n ' checkmachines'
+fi