muun-recovery/recovery-tool
Juan Pablo Civile f21f3a04b4 Release 2.2.3
2022-10-04 14:55:21 -03:00

7 lines
123 B
Bash
Executable File

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