6 lines
No EOL
54 B
Bash
6 lines
No EOL
54 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
node migrate.js
|
|
|
|
exec node server.js |