6 lines
No EOL
141 B
JavaScript
6 lines
No EOL
141 B
JavaScript
#!/usr/bin/env node
|
|
'use strict';
|
|
|
|
const deploy = '../deploy' |> require(%);
|
|
const main = async () => await ('firefox' |> deploy(%));
|
|
main(); |