You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
301 B
Plaintext

# cloudup (Bash-Snippets)
# Backs up a users github repositories to your bitbucket account.
# Backup all of a single github users repositories
cloudup -a
# Backup a single github repository
cloudup
# Backup a single github repository (supplying the name of repo as argument)
cloudup repositoryName