From 3b69922a58e7ce4f992042090111c46e820ace5e Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Mon, 25 Jan 2021 18:41:18 +0100 Subject: Initial commit --- timeout | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 timeout (limited to 'timeout') diff --git a/timeout b/timeout new file mode 100755 index 0000000..5ccca7d --- /dev/null +++ b/timeout @@ -0,0 +1,3 @@ +#!/bin/sh + +echo $1 > /tmp/timeout -- cgit v1.2.3-54-g00ecf