Skip to content

Instantly share code, notes, and snippets.

@thuzhf
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thuzhf/ec4fb001c94a0c944d96 to your computer and use it in GitHub Desktop.
Save thuzhf/ec4fb001c94a0c944d96 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
TMP=/tmp/thuzhf
TMP_I=$TMP + /usr/include
rm -rf $TMP_I
mkdir -p $TMP_I
touch $TMP_I/cstdlib
touch $TMP_I/iostream
touch $TMP_I/vector
touch $TMP_I/map
touch $TMP_I/unordered_map
touch $TMP_I/utility
touch $TMP_I/set
touch $TMP_I/unordered_set
touch $TMP_I/stdexcept
# cpp -P -isysroot /tmp/thuzhf xxx.cpp -o tmp.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment