1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

⬆️ added script to update cpplint

This commit is contained in:
Niels Lohmann
2019-03-28 14:23:07 +01:00
parent 191aa0fd6f
commit 23635704c3
3 changed files with 5 additions and 0 deletions

0
third_party/cpplint/LICENSE vendored Executable file → Normal file
View File

0
third_party/cpplint/README.rst vendored Executable file → Normal file
View File

5
third_party/cpplint/update.sh vendored Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/cpplint.py
wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/LICENSE
wget -N https://raw.githubusercontent.com/cpplint/cpplint/master/README.rst