repo.or.cz
/
ecs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit.
[ecs.git]
/
bin
/
rake
blob
8017a0271d2130252500c4ef0f5bdf3b39582480
1
#!/usr/bin/env ruby
2
begin
3
load File
.
expand_path
(
"../spring"
,
__FILE__
)
4
rescue
LoadError
5
end
6
require_relative
'../config/boot'
7
require
'rake'
8
Rake
.
application
.
run