#!/bin/sh
TS=$(grep timestamp leo/core/commit_timestamp.json | sed 's/.*: "//; s/"//')
if [ "$TS" ]; then
  echo >> "$1"
  echo Leo build: $TS >> "$1"
fi
