Metadata-Version: 1.1
Name: bash-timeout
Version: 1.1.0
Summary: A command (and also bash function) to terminate another command after specified duration
Home-page: https://github.com/nogayama/bash-timeout
Author: Takahide Nogayama
Author-email: nogayama@gmail.com
License: MIT
Description: bash-timeout is a command and also a bash function in order to terminate the target command if the target command does not finish within the duration specified beforehand.  The input via either redirection ( < FILE ) or pipe ( | ) are transferred to the target command transparently. The exit status of the target command is retained if the target command finishes within the duration.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: System :: Shells
Classifier: Topic :: Utilities
