doesitarm/scripts/download-stork-executable.js
2022-05-10 13:14:39 -05:00

7 lines
150 B
JavaScript

import { downloadStorkExecutable } from '~/helpers/stork/executable.js'
;(async () => {
await downloadStorkExecutable()
process.exit()
})()