index
:
server/parabolawiki
archwiki
coadde/master
emulatorman/master
master
production
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ulimit4.sh
blob: 2a840d2f7f5b258cfe755d23a5b3534fee82623a (
plain
)
1
2
3
4
#!/bin/bash ulimit -t $1 -v $2 -f $3 eval "$4"