diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-06-22 09:30:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-06-22 09:30:27 +0000 |
commit | a0a221bc9cca426bbe5b0959be8e63b4f51c49f4 (patch) | |
tree | 7caae36c36273fe19d1bcd3b99a75fd6d8726430 /Tools | |
parent | The makeindex and makeduds scripts now take a "branch" argument to work (diff) |
A little script to fire up checkmachines. Put in /usr/local/etc/rc.d.
Notes
Notes:
svn path=/head/; revision=19628
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 |