Skip to content

Instantly share code, notes, and snippets.

struct GURL {
struct basic_string<char, std::char_traits<char>, std::allocator<char>> spec_;
_Bool is_valid_;
struct Parsed parsed_;
struct GURL *inner_url_;
};
@tom-go
tom-go / install_theos.sh
Created August 13, 2012 16:15
Theos install script
#!/bin/bash
export THEOS=/opt/theos
# clone theos.git
cd /opt
git clone git://github.com/DHowett/theos.git
# clone iphoneheaders.git
cd $THEOS
mv include include.bak