mirror of
https://github.com/nlohmann/json.git
synced 2026-01-23 18:22:20 +00:00
* 📄 add licenses * 👷 add REUSE compliance check * 📝 add badge for REUSE Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
5 lines
163 B
Bash
Executable File
5 lines
163 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/README.rst
|