Created
April 8, 2013 21:59
-
-
Save yuuichi-fujioka/5340925 to your computer and use it in GitHub Desktop.
現在のフォルダ配下にあるすべてのファイルのシンボリックリンクを${target}に作る(ディレクトリは作られないので注意)
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
find . -type f -exec ln -s {} ${target}/{} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment