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 | |
| # Author: Benjythebee | |
| # Script to merge files from google drive split downloads ino a new "merged" directory. This works because google will sometimes split large downloads into multiple folders with the same name or naming convention. | |
| # Note: This script is designed to only work on extracted zips. | |
| # | |
| # Say for example you have | |
| # download-001/folder 1/file 01.png | |
| # download-002/folder 2/file 01.png | |
| # download-001/folder 1/file 02.png |