# HG changeset patch # User František Kučera # Date 1416264097 -3600 # Node ID aecbaa8adb931d9ed3c6675307e19fc48bc98bf8 # Parent 4e4ad30c17d43ff2412d73a74dfbeb4c78ba4567 bash_completion.pl skeleton diff -r 4e4ad30c17d4 -r aecbaa8adb93 scripts/bash_completion.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/bash_completion.pl Mon Nov 17 23:41:37 2014 +0100 @@ -0,0 +1,20 @@ +#!/usr/bin/perl + +# copy-image-resizer +# Copyright © 2013 František Kučera (frantovo.cz) +# +# 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 3 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, see . + +# TODO: generate bash-completion from comments in Java source code +