Skip to content

Instantly share code, notes, and snippets.

@kevit
Created April 21, 2015 10:02
Show Gist options
  • Save kevit/fb1ee453a539e62d545b to your computer and use it in GitHub Desktop.
Save kevit/fb1ee453a539e62d545b to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir tmp
mv $1 tmp
convmv -f utf8 -t cp866 tmp/$1 --notest
zip -r $1 tmp/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment