myWebLog/fake.sh

7 lines
82 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -eu
set -o pipefail
dotnet tool restore
dotnet fake "$@"