Set up accounts and balances
[uccvend-vagrant.git] / scripts / RunTestEnvironment.sh
1 #!/bin/bash
2
3 # InitialConfig.sh
4
5 # This script will run a test environment inside tmux
6
7 # error handling
8 abort()
9 {
10     echo >&2 '*** ABORTED ***'
11     echo "An error occurred. Exiting..." >&2
12     exit 1
13 }
14
15 trap 'abort' 0
16
17 set -e
18
19 # If an error occurs, the abort() function will be called.
20 #----------------------------------------------------------
21
22
23 # Done!
24 trap : 0
25

UCC git Repository :: git.ucc.asn.au