mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-09 05:15:53 +10:00
8 lines
65 B
Bash
Executable File
8 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
# rake db:create
|
|
rake db:migrate
|
|
|
|
exec "$@"
|