mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2025-02-17 10:17:39 +00:00
![Eric Andersen](/assets/img/avatar_default.png)
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