/batchcmd

A Helper for executing system command

Primary LanguageGo

batchcmd

A Helper for executing system command.

Usage

  1. go install github.com/hyper0x/batchcmd .

  2. Run & fun:

batchcmd -c=<command> 

I often use it with -c="git pull" for pulling the updated content from git repo. You can type 'batchcmd --help' to discover more usages.

Lisence:

Copyright (C) 2018 Distributed under the BSD-style license, the same as Go.