Skip to content

Instantly share code, notes, and snippets.

@thanhmimi
Last active December 7, 2017 11:46
Show Gist options
  • Save thanhmimi/aca84fc56cdafabccb9530aed8fdc5f2 to your computer and use it in GitHub Desktop.
Save thanhmimi/aca84fc56cdafabccb9530aed8fdc5f2 to your computer and use it in GitHub Desktop.
to run sauce
#!/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