6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
|
||
|
|
NO_WEBSOCKET_GATEWAY=1 bundle exec rails c
|
||
|
|
|