Revision a587ca10
Added by Marc Dequènes almost 12 years ago
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
[evol] switched to ruby 1.9