add comments to update_templates.sh

This commit is contained in:
David Anderson 2020-07-17 01:07:15 -07:00
parent d3585302d5
commit de38ff7cdd
1 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,12 @@
#!/bin/bash
set -e # abort if a command exits non-zero
# update template files from source and send them to transifex
# Then commit and push changes.
#
# Run this in boinc/
# ** Make sure you're on "master" on github **
set -e # abort if a command exits non-zero
testmode=0
if test $# -gt 0; then