NOTE: every gist must have a description and it must be unique
- delete_gists.sh = delete all gists from an account
- fork_gists.sh = fork all gists from an account to your account
- download_gists.sh = download all gists from an account
- upload_gists.sh = upload gists downloaded with download_gists.sh
- download a script
- make it an executable,
chmod 764 fork_gists.sh
- at the top of the file, edit the info (username, token) needed; e.g.
username=your-username
token=your-token
- execute it,
./fork_gists.sh