Sign in
android
/
platform
/
external
/
adt-infra
/
refs/heads/oreo-m4-s5-release
/
.
/
build
/
scripts
/
tools
/
svn-with-timeout
blob: 61d66616f96c4836d4c7cdd7243d7d3d76d27b4f [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
# Wrap "timeout" program from GNU coreutils.
exec
/
usr
/
bin
/
timeout
-
s KILL
3m
svn
"$@"