Skip to content

jfeser/timeout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Run a command with time and memory limits.

  timeout

=== flags ===

  [--]                  use the remaining arguments as the command to run
  [--machine-readable]  produce a summary in machine readable format
  [-m]                  process memory limit (Mb) (default: unlimited)
                        (alias: --memory)
  [-q]                  silence all output from the child process
                        (alias: --quiet)
  [-t]                  process time limit (sec) (default: unlimited)
                        (alias: --time)
  [-build-info]         print info about this build and exit
  [-version]            print the version of this build and exit
  [-help]               print this help text and exit
                        (alias: -?)

About

A tool for running programs with time & memory limits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages