spiegel-keyman/core/gettier.sh
2022-05-18 07:22:59 +10:00

7 lines
210 B
Bash
Executable file

#!/bin/bash
# Get the tier from TIER.md
# When building from a Linux source package, `TIER.md` is in the
# same directory as this script.
TIERFILE=TIER.md
[ -f ../TIER.md ] && TIERFILE=../TIER.md
cat $TIERFILE