summaryrefslogtreecommitdiff
path: root/scripts/showConfig.sh.in
blob: b43999598ee8440f3c2e014dda6b2e115c859871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!@@CT_bash@@

# What we need:
#  - the .config file

# Parse the tools' paths configuration
. "${CT_LIB_DIR}/paths.sh"

# Parse the common functions
. "${CT_LIB_DIR}/scripts/functions"

# Read the sample settings
CT_LoadConfig

eval "echo \"$1\""