Skip to content

Instantly share code, notes, and snippets.

View MichelBartz's full-sized avatar
🎮
Fun with Unity

Michel B. MichelBartz

🎮
Fun with Unity
View GitHub Profile
/**
* A `tail -f` implementation in Node.js.
*
* Original author : Bratish Goswami <bratishgoswami AT gmail DOT com>
* Modified by : Michel Bartz <michel.bartz AT manwin DOT com>
*
*/
var sys = require("sys"),
fs = require('fs'),