Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 588 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 588 Bytes

NOTE: every gist must have a description and it must be unique

Gists scripts

  • 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

Instructions

  • 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