Sign in
chromium
/
chromium
/
tools
/
build
/
refs/heads/chromium/3844
/
.
/
scripts
/
tools
/
git-with-timeout
blob: 39e5c7351740f95014b763c1edb391f04e26ce4c [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
# Wrap "timeout" program from GNU coreutils.
exec
/
usr
/
bin
/
timeout
-
s KILL
3m
git
"$@"