Skip to content

Instantly share code, notes, and snippets.

@thanhmimi
thanhmimi / pre_run_sauce.sh
Last active December 7, 2017 11:46
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