Files
muun-recovery/recovery_tool/recovery-tool
2025-05-13 17:49:44 -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 . -- "$@"