summaryrefslogtreecommitdiff
path: root/site.py
diff options
context:
space:
mode:
Diffstat (limited to 'site.py')
-rw-r--r--site.py9
1 files changed, 9 insertions, 0 deletions
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"):
+
+