1 2 3 4 5 6 7 8 9 10 11 12 13
#!/usr/bin/env sh git fetch --all git merge origin/master fork/master npm install npm run html # Generates html using Pug npm run build echo "You can now take the generated extensions to mozilla" # vim: ft=sh