]> git.sev.monster Git - aports.git/blob - testing/cronwrap/cronwrap
a0e501f83be6e66970380a6de1afa2678c13409c
[aports.git] / testing / cronwrap / cronwrap
1 #!/bin/sh
2 set -eu
3 set -o pipefail
4
5 "$@" 2>&1 \
6         | awk "{print strftime(\"%b %d %H:%M:%S `hostname -s` info $1[$$] \"), \$0; fflush();}" \
7         | tee -a "/var/log/$1.cron.log"
This page took 0.025723 seconds and 2 git commands to generate.