This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ============================================================================= | |
| # find_annexed.sh - Find and reinject known git-annex files across multiple repos | |
| # | |
| # Run from the "upper" directory that contains all your annex repos: | |
| # ./find_annexed.sh /path/to/files/to/scan | |
| # | |
| # The script automatically finds EVERY git-annex repo under the current directory. | |
| # ============================================================================= |