jw-pkg/scripts/timed-make-shell.sh

6 lines
123 B
Bash
Raw Normal View History

#!/bin/bash
shift # get rid of the '-c' supplied by make.
echo running "$*" >>/tmp/make-cmds.log
time /bin/bash -c "$*"