about summary refs log tree commit diff
path: root/Functions/Misc/harden
blob: 0058382b3c51722556cb0c997bb7988ed0c4ccd8 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
# harden a link (convert it to a singly linked file)
cp $1 $1.foo
rm $1
mv $1.foo $1