mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-18 17:25:49 +01:00
8 lines
133 B
Bash
Executable File
8 lines
133 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)
|
|
date
|