Skip to content

Instantly share code, notes, and snippets.

@CaptainQwark
CaptainQwark / webtail.py
Created June 16, 2016 11:50 — forked from scoffey/webtail.py
HTTP server that provides a web interface to run "tail" on a file, like the Unix command
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
HTTP server that provides a web interface to run "tail" on a file,
like the Unix command.
This is a standalone script. No external dependencies required.
How to invoke: