summaryrefslogtreecommitdiff
path: root/scripts/beforecommit.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-19 22:07:20 +0300
committerPaul Buetow <paul@buetow.org>2025-06-19 22:07:20 +0300
commit62d1d3b956854a0e0991fad153aee6ce2c217b24 (patch)
treeba439027a3d7dbe7074b649dc823e45120ea6578 /scripts/beforecommit.sh
parenta568f3f5923e0af77c89e2c8e2bf6b808f29d069 (diff)
remove obsolete scripts
Diffstat (limited to 'scripts/beforecommit.sh')
-rwxr-xr-xscripts/beforecommit.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/scripts/beforecommit.sh b/scripts/beforecommit.sh
deleted file mode 100755
index 4882d64..0000000
--- a/scripts/beforecommit.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-#
-# Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org
-#
-# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-./scripts/formatthecode.sh
-./scripts/checklinelengths.sh
-