Fix for r103502: make PoolWorkArticleView::doWork() return true when the parse is...
[lhc/web/wiklou.git] / bin / ulimit-tvf.sh
1 #!/bin/bash
2
3 ulimit -t $1 -v $2 -f $3
4 shift 3
5 "$@"
6