Skip to content

Commit 655e7ba

Browse files
authored
Create env-config.sh
1 parent 7e05762 commit 655e7ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

env-config.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
read -p "Enter JFrog Access Token: " JF_TOKEN
4+
5+
echo "export JFROG_ACCESS_TOKEN=${JF_TOKEN}" >> ~/.bashrc
6+
7+
jf rt ping

0 commit comments

Comments
 (0)