# rtail [![Build Status](https://travis-ci.org/knarfytrebil/rtail.svg?branch=master)](https://travis-ci.org/knarfytrebil/rtail) [![Crates.io](https://img.shields.io/crates/v/rtail)](https://crates.io/crates/rtail) ## Installation ```bash cargo install rtail ``` ## Usage ```bash USAGE: rtail [FLAGS] [OPTIONS] FLAGS: -f, --follow Continuesly watch the change of the url -h, --help Prints help information -V, --version Prints version information OPTIONS: -m, --milliseconds Interval of the poll ARGS: URL of the file to read ``` ## License MIT License