1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-04 06:14:50 +01:00

attempt to remove executable permission, part 2

This commit is contained in:
Peter Stephenson 2007-07-25 20:15:15 +00:00
parent 71745c6f9b
commit 1f27eed7b1

View file

@ -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