Last active
December 7, 2017 11:46
-
-
Save thanhmimi/aca84fc56cdafabccb9530aed8fdc5f2 to your computer and use it in GitHub Desktop.
to run sauce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
brew install wget | |
curl -u $SAUCE_USERNAME:$SAUCE_ACCESS_KEY -X POST -H "Content-Type: application/octet-stream" https://saucelabs.com/rest/v1/storage/thanhmiminguyen/1_test_download.m4v?overwrite=true --data-binary @/Users/thanhnguyen/Downloads/w_upload_test.mp4 | |
wget https://www.dropbox.com/s/jjmxeafmx5wdtt5/1_test_download.m4v -O ~/Documents/1_test_download.m4v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment