Skip to content

Instantly share code, notes, and snippets.

@dixonsiu
Created July 31, 2017 00:29
Show Gist options
  • Save dixonsiu/fa3858c7ae47799d4605638f7c026b26 to your computer and use it in GitHub Desktop.
Save dixonsiu/fa3858c7ae47799d4605638f7c026b26 to your computer and use it in GitHub Desktop.

For my testing environment

Add

  1. Calorie Smile

    mklink /D Y:\Apache24\htdocs\hn-app-genki__\src Z:\K5\Personium\forked\calorie-smile-app\src

  2. UnitManager

    mklink /D Y:\Apache24\htdocs\unit-manager Z:\K5\Personium\forked\unit-manager\src

Delete

Use rmdir to remove the folder to avoid deleting the "real" folder's content.

# E.g. for unit-manager
rmdir Y:\Apache24\htdocs\unit-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment