emptypipe

Crates.ioemptypipe
lib.rsemptypipe
version0.2.2
sourcesrc
created_at2019-04-03 15:40:17.647494
updated_at2019-05-01 14:18:03.62362
descriptionRun a command if stdin is empty
homepage
repositoryhttps://github.com/sigmaSd/emptypipe
max_upload_size
id125668
size3,172
(sigmaSd)

documentation

README

emptypipe

Run a command if stdin is empty

  echo | emptypipe echo 2

Run a command if stdin is not empty

  echo 1 | emptypipe -i echo 2
Commit count: 12

cargo fmt