Skip to main content

To run commands line by line, and check each exit status

Project description

batch-run-cmd

1 Introduction

See https://github.com/linzhi2013/batch-run-cmd.

This is a Python3 package which will read command lines from an input file, and run each line of command one by one, and check their exit status.

More importantly, if one command fails, you can just jump to next command (-e option)

2 Installation

with pip

$ pip install batch-run-cmd

There will be a command batch-run-cmd created under the same directory as your pip command.

3 Usage

run batch_run_cmd

$ batch_run_cmd
usage: batch_run_cmd [-h] [-f <file>] [-e <int> [<int> ...]]

    To run commands line by line, and check each exit status.
    See https://github.com/linzhi2013/batch-run-cmd for more details.


optional arguments:
  -h, --help            show this help message and exit
  -f <file>             commands in a file.
  -e <int> [<int> ...]  continueOnReturnCode [[0]]

4 Citation

Currently I have no plan to publish batch-run-cmd.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

batch_run_cmd-0.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page