Skip to content

Instantly share code, notes, and snippets.

View tegan-lamoureux's full-sized avatar

Tegan Lamoureux tegan-lamoureux

View GitHub Profile
@tegan-lamoureux
tegan-lamoureux / sync.py
Created October 1, 2018 05:24
Will pull latest changes from Mozilla mercurial repo and apply them to our github repo, excluding our two working directories.
#!/bin/bash
# Summer-Fall Capstone Team-A
# Mozilla Mercurial --> Capstone Github Script
#
# Instructions: Run in an emty directory to initialize, or
# in a directory containing both the github
# repository and the mozilla repository to keep
# up to date.