mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
4 lines
44 B
Bash
4 lines
44 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
exec bundle exec rails c
|