Answers for "wget a file from bitbucket"

0

wget a file from bitbucket

curl -s -S --user username:apppassword -L -O https://api.bitbucket.org/2.0/repositories/<ORGANISATION>/<REPO>/src/master/<FOLDER>/<FILE>
Posted by: Guest on September-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language