Skip to content

Instantly share code, notes, and snippets.

View Benjythebee's full-sized avatar

Fayelure Benjythebee

View GitHub Profile
@Benjythebee
Benjythebee / merge_google_download.sh
Last active April 23, 2025 21:03
Merge Google drive download files. (not zip)
#!/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