summaryrefslogtreecommitdiff
path: root/scripts/show-tuple.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-11-30 07:54:11 (GMT)
committerGitHub <noreply@github.com>2017-11-30 07:54:11 (GMT)
commite832b9b220f90b11b893e2815ceb37ec2b708683 (patch)
tree696f267410565b7f20b9b115bdd4d71881cadfed /scripts/show-tuple.sh
parent1b8d0d2138a7292b6ad546e1c3dcfd1ed495c02f (diff)
parent9fdb93cce0a05e2562522153fe5deba8a9e9ae54 (diff)
Merge pull request #869 from stilor/show-samples
Support custom packages in show-config
Diffstat (limited to 'scripts/show-tuple.sh')
-rw-r--r--scripts/show-tuple.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/show-tuple.sh b/scripts/show-tuple.sh
new file mode 100644
index 0000000..9031b3c
--- /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\""