We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6546ac commit 15a0152Copy full SHA for 15a0152
scripts/export_variables.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+# This script sets the following environment variables
4
+# Run the script: source export_vaiables.sh
5
6
+# Script to export environment variables
7
+export Key1="Value1"
8
+export Key2="Value2"
0 commit comments