]> git.sev.monster Git - aports.git/blame - testing/cronwrap/cronwrap
*/*: update maintainer email
[aports.git] / testing / cronwrap / cronwrap
CommitLineData
365f9c23 1#!/bin/sh
2set -eu
3set -o pipefail
4
1a876fff 5_b=$(basename $1)
6
365f9c23 7"$@" 2>&1 \
1a876fff 8 | awk "{print strftime(\"%b %d %H:%M:%S `hostname -s` info $_b[$$] \"), \$0; fflush();}" \
9 | tee -a "/var/log/$_b.cron.log"
This page took 0.057312 seconds and 4 git commands to generate.