mirror of https://github.com/BOINC/boinc.git
add comments to update_templates.sh
This commit is contained in:
parent
d3585302d5
commit
de38ff7cdd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue