I hate eol w/s
[lhc/web/wiklou.git] / bin / ulimit.sh
1 #!/bin/bash
2
3 ulimit -t $1
4 ulimit -v $2
5 shift 2
6 "$@"
7