summaryrefslogtreecommitdiff
path: root/scripts/show-tuple.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-11-19 08:23:55 (GMT)
committerAlexey Neyman <stilor@att.net>2017-11-20 05:50:28 (GMT)
commitd759137c46fb7a04c4db44123ba3050afd734eef (patch)
tree82126494b2d3ae995728114dae262add31ed493b /scripts/show-tuple.sh
parent5495a3497b54aa56e821c8aa44233345c0bd86b9 (diff)
Align script names with the ct-ng commands
Signed-off-by: Alexey Neyman <stilor@att.net>
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\""