UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

7 lines (5 loc) 128 B
import opn from 'opn'; const url = 'https://slack.opencollective.org'; console.log("Opening", url); opn(url); process.exit(0);