summaryrefslogtreecommitdiff
path: root/bin/ulimit-tvf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ulimit-tvf.sh')
-rwxr-xr-xbin/ulimit-tvf.sh6
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
+"$@"
+