Stop processes in a timely manner.
Go to file
Stefan Friese 548390dc6c init 2024-12-15 14:07:44 +01:00
cmd init 2024-12-15 14:07:44 +01:00
.gitignore init 2024-12-15 14:07:44 +01:00
Makefile init 2024-12-15 14:07:44 +01:00
README.md init 2024-12-15 14:07:44 +01:00
go.mod init 2024-12-15 14:07:44 +01:00
go.sum init 2024-12-15 14:07:44 +01:00
main.go init 2024-12-15 14:07:44 +01:00
rename.sh init 2024-12-15 14:07:44 +01:00

README.md

kilt -- Stop processes in a timely manner

This application kills the provided process after a given time.

Usage

The time is set in seconds followed by the binary which will be executed and killed after.

Examples:

kilt timer 30 yes
kilt timer 10 watch lscpu

Installation

Use the Makefile provided to build, install or clean the application.

Makefile for kilt
Usage:
  make build     - Build the application
  make install   - Install the application
  make clean     - Remove build artifacts
  make           - Default target (build)