mirror of
https://github.com/muun/recovery.git
synced 2025-11-10 14:09:50 -05:00
return wrongly removed convenience script
This commit is contained in:
7
recovery-tool
Executable file
7
recovery-tool
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Move to the repository root:
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
|
||||
# Go!
|
||||
go run -mod=vendor . -- "$@"
|
||||
Reference in New Issue
Block a user