5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
SEEDS_MULTIPLIER=2 bundle exec rake db:seed:staging
|
|
|
|
tail -f /dev/null
|