Skip to content

Commit

Permalink
License
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Oct 3, 2011
1 parent 0ff5044 commit d93f607
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions git-dude
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
#!/bin/bash
#
# git-dude - Git commit notifier
# https://github.com/sickill/git-dude
#
# Copyright (C) 2011 Marcin Kulik <http://ku1ik.com/>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# Distributed under the GNU General Public License, version 2.0.

interval=$(git config dude.interval)
interval=${interval:-60}
Expand Down

0 comments on commit d93f607

Please sign in to comment.