stackage/automated/run-lts.sh
2026-02-18 15:28:51 +08:00

8 lines
137 B
Bash
Executable File

#!/usr/bin/env bash
cd "$(dirname "${BASH_SOURCE[0]}")"
git pull
time script -q -c "./build.sh $*" $1-build-$(date -u +%F_%T).log
date