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