Fix yet another regression in r71342: NS_MAIN was dropped from valid namespaces,...
[lhc/web/wiklou.git] / bin / ulimit.sh
1 #!/bin/bash
2
3 ulimit -t $1
4 ulimit -v $2
5 shift 2
6 "$@"
7