X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2F19commit;fp=bin%2F19commit;h=0000000000000000000000000000000000000000;hb=da5a5c6d5546aad5bc92e3255eaa6d9710c67426;hp=0b4cd05db2d82b17b01296fa9734471693db1e33;hpb=046bc9bac3b7918ae3235769432d3a994e06224c;p=freeside.git diff --git a/bin/19commit b/bin/19commit deleted file mode 100755 index 0b4cd05db..000000000 --- a/bin/19commit +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/perl - -# usage: 19commit 'log message' filename filename ... - -use Cwd; -use String::ShellQuote; - -my $USER = $ENV{USER}; - -my $dir = getcwd; -( my $prefix = $dir ) =~ s(^/home/$USER/freeside/?)() or die $dir; #eventually from anywhere - -my $desc = shell_quote(shift @ARGV); # -m - -die "no files!" unless @ARGV; - -#warn "$prefix"; - -#print <