Revision e255558d
Added by Marc Dequènes over 10 years ago
bin/postman | ||
---|---|---|
#!/usr/bin/ruby1.9.3
|
||
#!/usr/bin/env ruby
|
||
# -*- coding: utf-8 -*-
|
||
|
||
#--
|
||
# CyborgHood, a distributed system management software.
|
bin/postman_daemon | ||
---|---|---|
#!/usr/bin/ruby1.9.3
|
||
#!/usr/bin/env ruby
|
||
|
||
#--
|
||
# CyborgHood, a distributed system management software.
|
Also available in: Unified diff
[cleanup] use proper shebang since Ruby <<1.9 is over now