lib/update
author Tero Marttila <terom@paivola.fi>
Thu, 19 Dec 2013 23:52:17 +0200
branchdns-new
changeset 96 bed4765fc56f
parent 94 1b02d8075676
child 98 a3734856e0fa
permissions -rw-r--r--
fix hg commit message argument passing
#!/bin/bash
#

## Strict errors
set -ue

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