diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2006-10-11 20:21:25 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2006-10-11 20:21:25 +0000 |
commit | d81f562b712f2387fa02290bf2ca86392ab356f2 (patch) | |
tree | d666cdefbe6ac320827a2c6cb473581b46e22c4c /bin | |
parent | 183851b06bd6c52f3cae5375f433da720d410447 (diff) |
Aktualisierung auf Version 1.8.1
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ulimit-tvf.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 +"$@" + |