1 #!/bin/bash 2 set -euo pipefail 3 4 npm run databases 5 6 mv game.database ../game.database 7 mv login.database ../login.database