mirror of
https://github.com/muun/recovery.git
synced 2025-07-20 14:01:16 -04:00
7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Move to the repository root:
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
|
|
|
# Go!
|
|
go run -mod=vendor . -- "$@" |