Project

General

Profile

« Previous | Next » 

Revision a587ca10

Added by Marc Dequènes over 11 years ago

[evol] switched to ruby 1.9

View differences:

bin/postman
#!/usr/bin/ruby -Ku
#!/usr/bin/ruby1.9.3
#--
# CyborgHood, a distributed system management software.
bin/postman_daemon
#!/usr/bin/ruby
#!/usr/bin/ruby1.9.3
#--
# CyborgHood, a distributed system management software.
lib/cyborghood.rb
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#++
$KCODE = 'UTF8'
require 'jcode'
require 'pp'
require 'cyborghood/base/config'
require 'cyborghood/base/info'

Also available in: Unified diff