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

master
Dominic Reich 7 years ago
parent a4e8f9be23
commit 052d1bf5e8

@ -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

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