#!/bin/bash ( flock -xn 8 || exit 0 cd /home/nasmbuild umask 002 date=$(date +%Y%m%d.%H%M) ./buildall.sh > log/$date 2>&1 bzip2 log/$date ) 8< "$0"