diff options
| author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:25:35 +0000 |
|---|---|---|
| committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:25:35 +0000 |
| commit | 8f73567b8af266a54ab482ce90570d129e3a2054 (patch) | |
| tree | 5608e5f8f7103c2c2f465728e432e61137784e4a /Functions | |
| parent | moved from ./Functions/Misc/cx (diff) | |
| download | zsh-8f73567b8af266a54ab482ce90570d129e3a2054.tar zsh-8f73567b8af266a54ab482ce90570d129e3a2054.tar.gz zsh-8f73567b8af266a54ab482ce90570d129e3a2054.tar.bz2 zsh-8f73567b8af266a54ab482ce90570d129e3a2054.tar.lz zsh-8f73567b8af266a54ab482ce90570d129e3a2054.tar.xz zsh-8f73567b8af266a54ab482ce90570d129e3a2054.tar.zst zsh-8f73567b8af266a54ab482ce90570d129e3a2054.zip | |
moved to ./Functions/Misc/harden
Diffstat (limited to 'Functions')
| -rw-r--r-- | Functions/Misc/harden | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Functions/Misc/harden b/Functions/Misc/harden deleted file mode 100644 index c02689362..000000000 --- a/Functions/Misc/harden +++ /dev/null @@ -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 - |
