Skip to content

An epoll-based wrapper for terminating children when stdin closes

License

Notifications You must be signed in to change notification settings

Roguelazer/eppipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eppipe

So, you've got a program like tail that doesn't detect when the other end of whatever is on stdin/stdout (like a pipe, or xinetd) has closed until it tries to write. How to fix? You could write a new version of tail. Or you could just wrap it in eppipe.

Usage

eppipe tail -f /tmp/foo

About

An epoll-based wrapper for terminating children when stdin closes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published