UNPKG

geostorm-ost

Version:

Play Geostorm OST from terminal.

10 lines (8 loc) 227 B
'use strict'; const os = require('os'); const cp = require('child_process'); cp.execSync('npm install -g ffmpegd', {'stdio': [0, 1, 2]}); if(os.EOL==='\n') cp.execSync( 'cp index.sh index.cmd && '+ 'chmod +x index.cmd' );