zerobin v1.5.1 Release Notes
Release Date: 2016-02-29 // almost 9 years ago-
- ➕ Added ChangeLog
- 👍 zerobin command supports reading stdin:
zerobin -f /etc/fstab
can be done ascat /etc/fstab | zerobin -f -
orzerobin -f < /etc/fstab
zerobin -f /etc/fstab
can be done as
cat /etc/fstab | zerobin -f -
or zerobin -f < /etc/fstab