1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 22:31:12 +01:00
zsh/Functions/Misc/harden

7 lines
96 B
Text
Raw Normal View History

#!/bin/sh
2001-04-02 15:04:04 +02:00
# harden a link (convert it to a singly linked file)
cp $1 $1.foo
rm $1
mv $1.foo $1