Skip to content

Instantly share code, notes, and snippets.

View saltedcoffii's full-sized avatar

Cassandra Watergate saltedcoffii

View GitHub Profile
@saltedcoffii
saltedcoffii / update-git-repos.sh
Last active November 21, 2022 17:10
update-git-repos.sh: update all git repositories in the current directory
#!/bin/bash
# update-git-repos.sh: update all git repositories in the current directory
# Copyright (C) 2022 Cassandra Watergate
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.