muun-recovery/recovery-tool

7 lines
115 B
Plaintext
Raw Normal View History

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