muun-recovery/recovery-tool

7 lines
123 B
Plaintext
Raw Normal View History

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