initial commit
This commit is contained in:
commit
9d20827c46
2469 changed files with 470994 additions and 0 deletions
7
mac/normalize.rb
Normal file
7
mac/normalize.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env ruby -KU
|
||||
|
||||
require 'rubygems'
|
||||
require 'activesupport'
|
||||
|
||||
print STDIN.readlines.map { |i| i.chars.normalize }
|
||||
|
||||
Reference in a new issue