mirror of
https://github.com/nlohmann/json.git
synced 2026-08-22 19:18:10 +00:00
6 lines
236 B
Bash
Executable File
6 lines
236 B
Bash
Executable File
#!/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
|