mirror of
https://github.com/sheumann/hush.git
synced 2025-08-08 02:25:05 +00:00
tar cvf - /etc/* | gzip -c9 >test.tgz will now work. Fix thanks to Dave Cinege <dcinege@psychosis.com> with some adjustments by me to be mroe GNU-like. -Erik