We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the s3 advanced example uses
if ! git annex version | grep 8.2021 ; then echo "E: need recent git annex. check what you have" exit 1 fi
to test the git-annex version - this would make the script exit with any recent git-annex, and only allow a severely outdated one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the s3 advanced example uses
to test the git-annex version - this would make the script exit with any recent git-annex, and only allow a severely outdated one.
The text was updated successfully, but these errors were encountered: