#!/bin/bash printf 'export const backupDB = ' > backupDB.js cat ../db.json >> backupDB.js mv backupDB.js src/lib/db/