muun-recovery/recovery-tool

7 lines
115 B
Bash
Executable File

#!/bin/bash
# Move to the repository root:
cd "$(dirname "${BASH_SOURCE[0]}")"
# Go!
go run -mod=vendor . -- "$@"