Intermediate status

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-24 01:16:44 +02:00
parent d388480740
commit 918b735922
22 changed files with 29135 additions and 0 deletions

5
update_jasonpp.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
rm -rf './Tubio/JasonPP.hpp'
rm -rf './Tubio/JasonPP.cpp'
curl https://raw.githubusercontent.com/Leonetienne/JasonPP/master/INCLUDE/release/JasonPP.hpp > './Tubio/JasonPP.hpp'
curl https://raw.githubusercontent.com/Leonetienne/JasonPP/master/INCLUDE/release/JasonPP.cpp > './Tubio/JasonPP.cpp'