Skip to content

netios/rust_watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Can be used instead of Linux watch.

install

$> tar xzvf rust_watch_Linux_amd64.tar.gz
$> cp rust_watch /usr/local/bin

use

$> rust_watch 5 "cat /tmp/log"
$> kill -9 $(pgrep "rust_watch")