define and use closeAndRename() after last write of xml dump file; convert from popen...
[lhc/web/wiklou.git] / bin / ulimit.sh
1 #!/bin/bash
2
3 ulimit -t $1
4 ulimit -v $2
5 shift 2
6 "$@"
7