blob: 4761d3293eb0686fe305bf0b1c7a1e3b64a6e090 [file] [log] [blame]
#!/bin/sh
if test "x$1" = "xpull"; then
"@GIT@" "$@" && sleep 1 && touch foo.txt
else
exec "@GIT@" "$@"
fi