init import from old mailr project (http://svn.littlegreen.org/mailr/trunk)
This commit is contained in:
commit
51b79e7298
640 changed files with 34651 additions and 0 deletions
3
script/process/reaper
Executable file
3
script/process/reaper
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/ruby18
|
||||
require File.dirname(__FILE__) + '/../../config/boot'
|
||||
require 'commands/process/reaper'
|
3
script/process/spawner
Executable file
3
script/process/spawner
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/ruby18
|
||||
require File.dirname(__FILE__) + '/../../config/boot'
|
||||
require 'commands/process/spawner'
|
3
script/process/spinner
Executable file
3
script/process/spinner
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/ruby18
|
||||
require File.dirname(__FILE__) + '/../../config/boot'
|
||||
require 'commands/process/spinner'
|
Loading…
Add table
Add a link
Reference in a new issue