Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:SLECandidates
ksh
ulimit.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ulimit.sh of Package ksh
#!/usr/bin/ksh PATH=/bin:/usr/bin:/usr/sbin:/sbin typeset -lui count=${1:-4000} typeset -ilu err=0 trap 'echo "[${0##*/}: error count at $err]"' ERR while ((count-- > 0)) do ulimit -s || let err++ ulimit -n || let err++ ulimit -q || let err++ done > /dev/null echo "[${0##*/}: error count at $err]" ((err == 0)) || exit 1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor