From 475092902461f6310a9d456a26b90ca127158c02 Mon Sep 17 00:00:00 2001 From: Patrick Carlo-Hickman Date: Mon, 23 Jan 2023 04:10:47 -0500 Subject: [PATCH] Add comments. --- setup/setup-wsl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/setup-wsl.sh b/setup/setup-wsl.sh index 411028a..93e26e4 100755 --- a/setup/setup-wsl.sh +++ b/setup/setup-wsl.sh @@ -1,5 +1,6 @@ #!/bin/bash +# Turn on the option to auto export all variables and functions created/modified. set -a source "$(dirname $(readlink -f "${0}"))/.env" source "$(dirname $(readlink -f "${0}"))/common.sh"