diff options
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | run.bat | 4 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ba03642..137d29d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,8 @@ *.css text *.txt text +*.bat text eol=crlf + # Binary files # ============ *.db binary @@ -2,6 +2,8 @@ __pycache__/ *.py[cod] *$py.class youtube_dl_old/ +python/ +gevent/ debug/ data/ banned_addresses.txt @@ -0,0 +1,4 @@ +@echo off +.\python\python.exe .\server.py +echo Press any key to quit... +PAUSE > nul
\ No newline at end of file |