#!/bin/bash -eu
file=$1
[ ! -s "$file" ] || [[ $(tail -c1 "$file" | wc -l) -gt 0 ]]
