aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gource/gource.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-19 13:40:00 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-19 13:40:00 -0700
commitb345528e982b3fa3ceb455f23c7270c7f8f3f67a (patch)
tree66fb41fcfbc2bef06842a3d8e52d98c410163403 /tools/gource/gource.sh
parentc3ec3f55d93e530a2c344812e734c02d49e5e7c0 (diff)
Make videos
Diffstat (limited to 'tools/gource/gource.sh')
-rwxr-xr-xtools/gource/gource.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/gource/gource.sh b/tools/gource/gource.sh
index 8e658d2737..b3dad5d7c7 100755
--- a/tools/gource/gource.sh
+++ b/tools/gource/gource.sh
@@ -28,4 +28,13 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-gource --multi-sampling -s 0.1 --max-file-lag 0.05 --max-files 0 -e 0.01 --hide filenames,dirnames $* --disable-auto-rotate --file-filter '/grpc/doc/ref'
+gource \
+ --multi-sampling \
+ -s 0.1 \
+ --max-file-lag 0.05 \
+ --max-files 0 \
+ -e 0.01 \
+ --hide filenames,dirnames \
+ --disable-auto-rotate \
+ --file-filter '/grpc/doc/ref' \
+ $*