Created
August 19, 2017 22:59
-
-
Save huenisys/b86b6290e40f45d7ea5f4e5871f44032 to your computer and use it in GitHub Desktop.
windows hardlinks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mklink /J C:\Users\huenisys\.ssh L:\huenisys\.ssh | |
mklink /J C:\Users\huenisys\.vagrant.d L:\huenisys\.vagrant.d | |
mklink /J C:\Users\huenisys\.Virtualbox L:\huenisys\.Virtualbox | |
mklink /J C:\Users\huenisys\Homestead L:\huenisys\Homestead | |
mklink /J C:\Users\huenisys\sites M:\sites |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment