remove failed import of script. lost forever it seems
authorIan Kelling <iank@fsf.org>
Wed, 9 Feb 2022 07:13:56 +0000 (02:13 -0500)
committerIan Kelling <iank@fsf.org>
Wed, 9 Feb 2022 07:14:17 +0000 (02:14 -0500)
README
acp [deleted file]

diff --git a/README b/README
index 171d490c4cb03a46aea74fcbe757f120d556f538..a89758ed0d0e419f6c6b639340370644688026fb 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,5 @@
 Utility bash programs
 
-acp                attribute-cp. Copy owner & perms from 1 file to others
 dircp              Copy a directory structure
 directory-browser  better cd with forward, backward, and history
 ex                 Extract many types of files
diff --git a/acp b/acp
deleted file mode 100755 (executable)
index a942eb5..0000000
--- a/acp
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-# Copyright (C) 2016 Ian Kelling
-
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-
-#     http://www.apache.org/licenses/LICENSE-2.0
-
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.