repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix regression in even sizing of diff columns; forgot to restore a couple bits I...
[mediawiki.git]
/
bin
/
ulimit-tvf.sh
blob
8a1eb81c60310803d8c24c069bfea4e0616de523
1
#!/bin/bash
2
3
ulimit -t
$1
-v
$2
-f
$3
4
shift
3
5
"$@"
6