lib/update
author terom
Sat, 26 Apr 2014 23:55:18 +0300
changeset 100 44c32fd60997
parent 98 a3734856e0fa
permissions -rw-r--r--
split out /opt/pvl-dns/lib and /opt/pvl-verkko/bin
#!/bin/bash
#

## Strict errors
set -ue

shopt -s globstar nullglob

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