Files
muun-recovery/recovery-tool
Santiago Lezica 0255762ab4 Release v2.1.0
2021-03-17 15:29:24 -03:00

7 lines
115 B
Bash
Executable File

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