#!/bin/bash

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