diff options
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/checkmachines.sh | 8 |
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 |