Gource is cool

This commit is contained in:
cyberpwn
2022-12-11 12:32:05 -05:00
parent 76891d246f
commit 4ce790082d
44 changed files with 1625 additions and 0 deletions

3
gource/cmd/gource Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
GOURCE_CMD_DIR=`dirname "$0"`
"$GOURCE_CMD_DIR/../gource.exe" "$@"

2
gource/cmd/gource.cmd Normal file
View File

@@ -0,0 +1,2 @@
@echo off
"%~dp0\..\gource.exe" %*