hyper0x / batchcmd

A Helper for executing system command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Helper for executing system command


Languages

Language:Go 100.0%