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, 0 insertions, 6 deletions
diff --git a/bin/ulimit-tvf.sh b/bin/ulimit-tvf.sh
deleted file mode 100755
index 8a1eb81c..00000000
--- a/bin/ulimit-tvf.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-ulimit -t $1 -v $2 -f $3
-shift 3
-"$@"
-