diff --git a/recovery-tool b/recovery-tool new file mode 100755 index 0000000..ff433b0 --- /dev/null +++ b/recovery-tool @@ -0,0 +1,7 @@ +#!/bin/bash + +# Move to the repository root: +cd "$(dirname "${BASH_SOURCE[0]}")" + +# Go! +go run -mod=vendor . -- "$@" \ No newline at end of file