Skip to content

Commit 38a5bf5

Browse files
Make backup script a self executing script
1 parent cc95855 commit 38a5bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { backupExistingFolders } from './lib/s3-sync'
22

3-
async () => {
3+
;(async () => {
44
await backupExistingFolders()
55
console.log('\n\n')
66
console.log('Done!')
7-
}
7+
})()

0 commit comments

Comments
 (0)