adds data files; removes reset.sh (now included in Makefile)
This commit is contained in:
parent
a4e8f9be23
commit
052d1bf5e8
4 changed files with 3 additions and 7 deletions
1
counter.txt
Normal file
1
counter.txt
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
1
daten.txt
Normal file
1
daten.txt
Normal file
|
@ -0,0 +1 @@
|
|||
|
2
main.cpp
2
main.cpp
|
@ -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
|
||||
|
|
6
reset.sh
6
reset.sh
|
@ -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…
Reference in a new issue