From: Ian Kelling Date: Wed, 9 Feb 2022 07:13:56 +0000 (-0500) Subject: remove failed import of script. lost forever it seems X-Git-Url: https://iankelling.org/git/?p=small-misc-bash;a=commitdiff_plain;h=8ca4b84ab3896da100f4520568846690238405e0 remove failed import of script. lost forever it seems --- 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.