lib/update
author Tero Marttila <terom@paivola.fi>
Sun, 22 Dec 2013 18:22:37 +0200
changeset 622 934aab83b769
parent 621 a3734856e0fa
child 623 44c32fd60997
permissions -rw-r--r--
use --hosts-include=etc/hosts for pvl.hosts-* operations
#!/bin/bash
#

## Strict errors
set -ue

shopt -s globstar nullglob

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