Removing uzip script - replaced with unzip-iconv

This commit is contained in:
2013-06-18 14:04:45 +03:00
parent 33b30a3ecc
commit dfe983d3da

View File

@@ -1,11 +0,0 @@
#!/bin/sh
BNAME="$(basename "$1")"
mkdir "$BNAME"
pushd "$BNAME" &>/dev/null
unzip "../$1"
popd &>/dev/null
convmv --notest -r -f cp-1252 -t cp-850 "$BNAME" &>/dev/null
convmv --notest -r -f cp-866 -t utf-8 "$BNAME" &>/dev/null