bridgehead/lib/log.sh

6 lines
69 B
Bash
Raw Permalink Normal View History

#!/bin/bash
log() {
echo -e "$(date +'%Y-%m-%d %T')" "$1:" "$2"
}