Revert part of r23695; "parsemag" is superfluous when doing a normal parse, and this...
[lhc/web/wiklou.git] / bin / ulimit.sh
1 #!/bin/bash
2
3 ulimit -t $1
4 ulimit -v $2
5 shift 2
6 "$@"
7