	apk_add zip 
	zip test.zip `ls`
	unzip -p test.zip
	apk_del zip
	rm -f test.zip
