Skip to content

Commit 15a0152

Browse files
committed
added export_variables.sh script
1 parent a6546ac commit 15a0152

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/export_variables.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)