set up example procfile with utf8 item

This commit is contained in:
David Dollar
2012-01-29 13:56:22 -05:00
parent 1da034ce66
commit 0147f5d284
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env ruby
# encoding: BINARY
$stdout.sync = true
while true
puts "\u65e5\u672c\u8a9e\u6587\u5b57\u5217"
puts "\u0915\u0932\u094d\u0907\u0928\u0643\u0637\u0628\u041a\u0430\u043b\u0438\u043d\u0430"
puts "\xff\x03"
sleep 1
end