diff options
author | Brendan Gannon <bgannon@stsci.edu> | 2021-08-12 10:31:46 -0400 |
---|---|---|
committer | Brendan Gannon <bgannon@stsci.edu> | 2021-08-12 10:31:46 -0400 |
commit | 0779f18950c08afca7b51ad7e418763666cba071 (patch) | |
tree | 7881f5b28b77b1b1f78f1069e06de23619710277 /jwstdp/utils/credential_helper.sh | |
download | astroconda-releases-testing-0779f18950c08afca7b51ad7e418763666cba071.tar.gz |
initial commitinit
Diffstat (limited to 'jwstdp/utils/credential_helper.sh')
-rwxr-xr-x | jwstdp/utils/credential_helper.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jwstdp/utils/credential_helper.sh b/jwstdp/utils/credential_helper.sh new file mode 100755 index 0000000..1e69279 --- /dev/null +++ b/jwstdp/utils/credential_helper.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +echo username=$USERNAME +echo password=$PASSWORD |