From d81f562b712f2387fa02290bf2ca86392ab356f2 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 20:21:25 +0000 Subject: Aktualisierung auf Version 1.8.1 --- bin/ulimit-tvf.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/ulimit-tvf.sh (limited to 'bin') diff --git a/bin/ulimit-tvf.sh b/bin/ulimit-tvf.sh new file mode 100755 index 00000000..8a1eb81c --- /dev/null +++ b/bin/ulimit-tvf.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +ulimit -t $1 -v $2 -f $3 +shift 3 +"$@" + -- cgit v1.2.2