UNPKG

runas-core

Version:

The adhesive orchestrator

9 lines (7 loc) 195 B
'use strict'; module.exports = { run() { this.logger.info('Weather in ', '#green', this.params.city); this.sh(`curl -s -A curl http://wttr.in/${this.params.city}`, null, true); } };