about summary refs log tree commit diff
path: root/Functions/Misc/harden
blob: c02689362e3767cbea555ff28a14391ccbbd919f (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