#!/bin/bash

## This is a test shell @ leedd.com
## http://leedd.com
variable1=00000000000
. data-file

variable3=03030303030
echo "variable1 (from data-file)  = $variable1"  
echo "variable3 (from data-file)  = $variable3"  

