mirror of
https://github.com/muun/recovery.git
synced 2025-02-22 11:02:31 -05:00
7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Move to the repository root:
|
||
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||
|
|
||
|
# Go!
|
||
|
go run -mod=vendor . -- "$@"
|