run-lts.sh: Usage help

This commit is contained in:
Jens Petersen 2026-09-07 13:47:59 +08:00
parent 1d89371a64
commit 1f15d4f6c0

View File

@ -2,6 +2,11 @@
cd "$(dirname "${BASH_SOURCE[0]}")"
if [ -z "$1" ];
echo "Usage: $0 lts-X.Y"
exit 1
fi
git pull
LOG_FILE="logs/$1-build-$(date -u +%F+%T).log"
if [ -L $1-build.log ]; then