Skip to content

Instantly share code, notes, and snippets.

View thebehera's full-sized avatar
mqtt

Rahul Behera thebehera

mqtt
  • Snap, EX-Instagram
  • San Francisco, CA
View GitHub Profile
@max-potapov
max-potapov / makeall-ios.sh
Created August 30, 2013 11:39
makeall script for fetch, build and run webrtc for ios
#!/bin/sh
# gclient can be found here:
# git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
# don't forget modify .bashrc:
# export PATH="$PATH":`pwd`/depot_tools
function fetch() {
echo "-- fetching webrtc"