ulimit -v 500000 -c unlimited
[nethome.git] / bin / runtest
diff --git a/bin/runtest b/bin/runtest
new file mode 100755 (executable)
index 0000000..cd9c0c2
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+ulimit -v 500000 -c unlimited
+exec /usr/bin/runtest "$@"