From e550db7b83cefb6495f879eb343582aaf043ce21 Mon Sep 17 00:00:00 2001 From: Steveice10 Date: Mon, 19 Dec 2016 20:36:48 -0800 Subject: [PATCH] Add drag-and-drop batch file for servefiles. --- servefiles/README.md | 2 ++ servefiles/servefiles.bat | 1 + 2 files changed, 3 insertions(+) create mode 100644 servefiles/servefiles.bat diff --git a/servefiles/README.md b/servefiles/README.md index a9ef192..792fbdf 100644 --- a/servefiles/README.md +++ b/servefiles/README.md @@ -3,3 +3,5 @@ Simple Python script for serving local files to FBI's QR code installer. Requires [Python](https://www.python.org/downloads/), [Pillow](https://pypi.python.org/pypi/Pillow), [qrcode](https://pypi.python.org/pypi/qrcode), and [netifaces](https://pypi.python.org/pypi/netifaces). **Usage**: python servefiles.py (file/directory) + +If you are on Windows, you can drag and drop a CIA file or directory onto **servefiles.bat**. diff --git a/servefiles/servefiles.bat b/servefiles/servefiles.bat new file mode 100644 index 0000000..e8d3881 --- /dev/null +++ b/servefiles/servefiles.bat @@ -0,0 +1 @@ +python servefiles.py %1