ktr0731 / mlc

A tiny tool for execute shell commands concurrency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mlc

Execute shell commands concurrency

===

Equipments

  • Go
  • Linux, UNIX or macOS

Installation

$ go get github.com/lycoris0731/mlc

Usage

$ mlc command[, command...]

Sample

$ mlc "command1" "command2"

Thanks to mattn/go-shellwords, we can use backtick and dollar expressions.

$ mlc "$(npm bin)/node-sass --watch ./scss/ --output ./app/css/"

License

Please see LICENSE.

About

A tiny tool for execute shell commands concurrency

License:MIT License


Languages

Language:Go 100.0%