lib/update
author Tero Marttila <terom@paivola.fi>
Thu, 19 Dec 2013 23:22:12 +0200
branchdns-new
changeset 95 a756f317d083
parent 94 1b02d8075676
child 98 a3734856e0fa
permissions -rw-r--r--
update: commit before update, and use the hg commit timestamp as the serial
#!/bin/bash
#

## Strict errors
set -ue

## Library includes
for lib in lib/update.*; do
    source $lib
done