diff options
Diffstat (limited to 'scripts/show-tuple.sh')
-rw-r--r-- | scripts/show-tuple.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/show-tuple.sh b/scripts/show-tuple.sh new file mode 100644 index 00000000..9031b3cd --- /dev/null +++ b/scripts/show-tuple.sh @@ -0,0 +1,13 @@ +# 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\"" |