Tue, Apr 14, 2020 6:37:25 PM

This commit is contained in:
Samuel Tulach
2020-04-14 18:37:25 +02:00
parent e50e79673d
commit 12d7e0f1d0
8 changed files with 499 additions and 28 deletions

15
update.sh Normal file
View File

@@ -0,0 +1,15 @@
git add *.c
git add *.cpp
git add *.h
git add *.cs
git add *.sh
git add *.sln
git add *.csproj
git add *.vcxproj
git add *.config
git add *.hpp
git add *.md
git commit -m "$(date)"
git push