PrayerTracker/fake.sh

7 lines
82 B
Bash
Executable File

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