Skip to content

Instantly share code, notes, and snippets.

@pinzolo
Created May 11, 2012 20:20
Show Gist options
  • Save pinzolo/2662187 to your computer and use it in GitHub Desktop.
Save pinzolo/2662187 to your computer and use it in GitHub Desktop.
シンボリックリンク作成
# Linux
ln -s source link
# Windows(ファイル)
mklink link source
# Windows(ディレクトリ)
mklink /D link source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment