mirror of
https://github.com/nlohmann/json.git
synced 2024-12-03 21:59:08 +08:00
6 lines
236 B
Bash
6 lines
236 B
Bash
|
#!/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
|