From ed976b552e41573ecb40de6badcd1545811e7f53 Mon Sep 17 00:00:00 2001 From: JoaK Date: Wed, 15 Jun 2016 01:35:54 +0200 Subject: some changes --- site.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 site.py (limited to 'site.py') diff --git a/site.py b/site.py new file mode 100644 index 0000000..c722f5b --- /dev/null +++ b/site.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python +#script creates searchable website for different operation manuals + +import os + +for file in os.listdir("manuals"): + if file.endswith(".txt"): + + -- cgit v1.2.3