Skip to content

Instantly share code, notes, and snippets.

View difro's full-sized avatar

Jihoon Chung difro

  • Naver Corp.
  • Seoul
View GitHub Profile
@difro
difro / cm10_to_shwm250s.pl
Created November 17, 2012 05:52
CM10 i9100(intl) nightly 롬파일을 SKT 갤럭시S2 (SHW-M250S)용으로 변환하는 펄 스크립트
#!/usr/bin/env perl
use strict;
my $zipfile = $ARGV[0];
if (!$zipfile) {
print_usage();
exit 1;
}