Cross Reference: start-development
xref
: /
ontohub
/
script
/
start-development
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#!/
bin
/
sh
root
=
"
$(
dirname
$
0
)
/.."
cd
$root
bundle
exec
rake
server
:
start
&
trap
"bundle exec rake server:stop"
INT
wait