return wrongly removed convenience script

This commit is contained in:
Juan Pablo Civile 2022-03-26 14:02:25 -03:00
parent 88270f1ab1
commit 2b99c8a1fe
1 changed files with 7 additions and 0 deletions

7
recovery-tool Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Move to the repository root:
cd "$(dirname "${BASH_SOURCE[0]}")"
# Go!
go run -mod=vendor . -- "$@"