blob: 61d66616f96c4836d4c7cdd7243d7d3d76d27b4f [file] [log] [blame] [edit]
#!/bin/bash
# Wrap "timeout" program from GNU coreutils.
exec /usr/bin/timeout -s KILL 3m svn "$@"