10000 GitHub - dipeshc/hardlink: a simple command-line utility that implements hardlinks on Mac OsX
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dipeshc/hardlink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

hardlink

a simple command-line utility that implements directory hardlinks on Mac OsX

to link: hardlink source destination
to unlink: hardlink -u destination

Motivation

I was trying to patch a third-party library and make the files available in our code directory without having to copy the files every time I patch it.

I got the idea from some stackoverflow questions.. and decided to create a lib out if it that everybody can use

Installation

  • git clone git://github.com/selkhateeb/hardlink.git
  • make
  • sudo make install

Usage

To create a hard link:

  • hardlink source destination

To remove the link:

  • hardlink -u destination

About

a simple command-line utility that implements hardlinks on Mac OsX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0