UPDATING 171 B

1234567
  1. #!/bin/sh
  2. cd ..
  3. git clone https://github.com/open-source-parsers/jsoncpp -b 1.9.4 --depth 1
  4. cd jsoncpp
  5. python amalgamate.py
  6. cp -R dist/json ../json
  7. cp dist/jsoncpp.cpp ..