1 2 3 4 5 6
#!/bin/bash printf 'export const backupDB = ' > backupDB.js cat ../db.json >> backupDB.js mv backupDB.js src/lib/db/