aboutsummaryrefslogtreecommitdiff
path: root/cgi-bin/guide/vf6.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/guide/vf6.lua')
-rwxr-xr-xcgi-bin/guide/vf6.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/cgi-bin/guide/vf6.lua b/cgi-bin/guide/vf6.lua
deleted file mode 100755
index b2dd047..0000000
--- a/cgi-bin/guide/vf6.lua
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env lua
-
-local cgi = require "cgi"
-local file = require "file"
-
-cgi.serve(file.process("/guide/vf6.md", nil, "--toc"))