summaryrefslogtreecommitdiff
path: root/scripts/show-tuple.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/show-tuple.sh')
-rw-r--r--scripts/show-tuple.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/show-tuple.sh b/scripts/show-tuple.sh
new file mode 100644
index 0000000..4b0b9b0
--- /dev/null
+++ b/scripts/show-tuple.sh
@@ -0,0 +1,10 @@
+# What we need:
+# - the .config file
+
+# Parse the common functions
+. "${CT_LIB_DIR}/scripts/functions"
+
+# Read the sample settings
+CT_LoadConfig
+
+eval "echo \"$1\""