aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-12 04:26:50 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-12 04:26:50 -0700
commit3fff8307b98a7803681001382decd4e0aff9cb43 (patch)
tree800681d9191477f644eea6220637cab3c684c7a7
parentaea11c407f7be904037183da152c4cdf561cd65e (diff)
downloadyt-local-3fff8307b98a7803681001382decd4e0aff9cb43.tar.lz
yt-local-3fff8307b98a7803681001382decd4e0aff9cb43.tar.xz
yt-local-3fff8307b98a7803681001382decd4e0aff9cb43.zip
add bat file for windows
-rw-r--r--.gitattributes2
-rw-r--r--.gitignore2
-rw-r--r--run.bat4
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
diff --git a/.gitignore b/.gitignore
index 0c11b02..741084c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,8 @@ __pycache__/
*.py[cod]
*$py.class
youtube_dl_old/
+python/
+gevent/
debug/
data/
banned_addresses.txt
diff --git a/run.bat b/run.bat
new file mode 100644
index 0000000..fc25e1b
--- /dev/null
+++ b/run.bat
@@ -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