Fix boolean for $editnotice_base message existance check that was messed up in r80248.
[lhc/web/wiklou.git] / bin / ulimit.sh
1 #!/bin/bash
2
3 ulimit -t $1
4 ulimit -v $2
5 shift 2
6 "$@"
7