1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

moved to ./Functions/Misc/harden

This commit is contained in:
Sven Wischnowsky 2001-04-02 12:25:35 +00:00
parent cf601be0d8
commit 8f73567b8a

@ -1,6 +0,0 @@
#! /bin/sh
# harden a link (convert it to a singly linked file)
cp $1 $1.foo
rm $1
mv $1.foo $1