Skip to content

Instantly share code, notes, and snippets.

View allsea9's full-sized avatar

Shingyu Kang allsea9

  • Freelance Software Engineer
  • Seoul, Korea
View GitHub Profile
@allsea9
allsea9 / build-gn.sh
Created July 20, 2017 05:20 — forked from therealkenc/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