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
/
ulimit.sh
blob: 7a1925cc2745c980959427e1a80ff98131a7ca48 (
plain
)
1
2
3
4
5
6
7
#!/bin/bash ulimit -t $1 ulimit -v $2 shift 2 "$@"