Add download-stork-executable script

This commit is contained in:
Sam Carlton 2022-05-10 13:14:39 -05:00
parent d4b9f7d4f8
commit e1168e90c2
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import { downloadStorkExecutable } from '~/helpers/stork/executable.js'
;(async () => {
await downloadStorkExecutable()
process.exit()
})()