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 | |
| # | |
| # download_gists.sh - GitHub Gists Downloader | |
| # ============================================ | |
| # | |
| # Fetches and syncs all gists for a GitHub user to a local directory. | |
| # Only downloads files that are new or have been updated remotely. | |
| # | |
| # Features: | |
| # - Cross-platform (macOS & Linux) |