Skip to content

Instantly share code, notes, and snippets.

@therealkenc
therealkenc / build-gn.sh
Created October 26, 2016 03:25 — forked from mohamed/build-gn.sh
Build Google gn build tool standalone
#!/bin/bash
set -e
set -v
# Get the sources
mkdir gn-standalone
cd gn-standalone
mkdir tools
cd tools