This repository was archived by the owner on Aug 29, 2022. It is now read-only.
forked from iPaulPro/aFileChooser
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGit-Commit.command
More file actions
executable file
·29 lines (27 loc) · 1.43 KB
/
Git-Commit.command
File metadata and controls
executable file
·29 lines (27 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/opt/local/bin/zsh
########################################################### {{{1 ###########
# Copyright © 2005 … 2013 Martin Krischik
#
# 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.
############################################################################
# $Author: krischik $
# $Revision: 4694 $
# $Date: 2012-03-29 20:47:27 +0200 (Do, 29. Mär 2012) $
# $Id: Start-Vim.command 4694 2012-03-29 18:47:27Z krischik $
# $HeadURL: https://uiq3.svn.sourceforge.net/svnroot/uiq3/trunk/Java/Utilities/Start-Vim.command $
########################################################### }}}1 ###########
scala -save Git-Commit.cmd ${0}
# vim: set wrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :