From 044023db4dadfd8c12638d95bf775203a8c47396 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 5 Aug 2011 19:19:06 +0000 Subject: remove these so they're not accidentally used --- bin/21commit | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 bin/21commit (limited to 'bin/21commit') diff --git a/bin/21commit b/bin/21commit deleted file mode 100755 index 849de21b6..000000000 --- a/bin/21commit +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/perl - -# usage: 21commit '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 <