Skip to content

Instantly share code, notes, and snippets.

@aont
Created February 12, 2011 12:33
Show Gist options
  • Select an option

  • Save aont/823735 to your computer and use it in GitHub Desktop.

Select an option

Save aont/823735 to your computer and use it in GitHub Desktop.
#!/bin/sh
mv $1 $1.tmp
nkf --ic=utf8 --oc=sjis $1.tmp > $1
platex $1
mv $1.tmp $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment