Skip to content

Instantly share code, notes, and snippets.

View jhsenjaliya's full-sized avatar
🎯
Focusing

Jay Sen jhsenjaliya

🎯
Focusing
View GitHub Profile
@adyp
adyp / tailurl.bash
Last active August 11, 2016 03:32 — forked from habibutsu/tail.sh
Improved version of the "tailurl" utility to "tail" a file published via an URL: allows user/password authentication; can use password file; variable read chunk size, in order to keep up with real filling rate (e.g. busy logs); support for "-f / -F / -s" similar to the classic "tail" utility; supports idle timestamping (iChat style); supports ex…
#!/bin/bash
#
# Source: https://gist.github.com/bsdcon/7224196
# Original: https://gist.github.com/habibutsu/5420781
# Modified by Adrian Penisoara << ady+tailurl (at) bsdconsultants.com >>
#
# Last update: 8 Aug 2014
#