adds data files; removes reset.sh (now included in Makefile)

This commit is contained in:
Dominic Reich 2017-08-15 21:04:30 +02:00
parent a4e8f9be23
commit 052d1bf5e8
4 changed files with 3 additions and 7 deletions

1
counter.txt Normal file
View file

@ -0,0 +1 @@
0

1
daten.txt Normal file
View file

@ -0,0 +1 @@

View file

@ -295,7 +295,7 @@ void PrintInfo() {
cout << " Seite 37 http://tmsn.at\n 6433 Oetz\n";
cout << " AUSTRIA Version: " << Version::FULLVERSION_STRING << Version::STATUS_SHORT;
cout << " (" << Version::STATUS << ")\n\n";
cout << " https://github.com/freefallcid/\n\n";
cout << " https://github.com/freefallcid/Fewo-Blacklist/\n\n";
#ifndef _WIN32
cout << "\033[0m";
#endif

View file

@ -1,6 +0,0 @@
#!/bin/sh
#rm -f daten.txt
#touch daten.txt
echo > daten.txt
echo 0 > counter.txt
echo OK, all done.