]> git.sev.monster Git - aports.git/blame_incremental - testing/cronwrap/cronwrap
testing/py3-iso3166: bump pkgrel for python update
[aports.git] / testing / cronwrap / cronwrap
... / ...
CommitLineData
1#!/bin/sh
2set -eu
3set -o pipefail
4
5_b=$(basename $1)
6
7"$@" 2>&1 \
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.041871 seconds and 4 git commands to generate.