From 8ca4b84ab3896da100f4520568846690238405e0 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 9 Feb 2022 02:13:56 -0500 Subject: [PATCH] remove failed import of script. lost forever it seems --- README | 1 - acp | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100755 acp diff --git a/README b/README index 171d490..a89758e 100644 --- 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 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. -- 2.30.2