Created
December 29, 2014 18:36
-
-
Save tchalvak/268fe6dc73fcb675d6b1 to your computer and use it in GitHub Desktop.
WhatTheFuckLNWhyDoYouActThisWay
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
mkdir temp | |
cd temp | |
mkdir deploy | |
echo "Contents of the build file!" > deploy/resources.build.php | |
ln -s deploy/resources.build.php deploy/resources.php | |
cat deploy/resources.php | |
echo "That cat should work, but it doesn't, how the flip do people create symlinks in subdirectories then? So weird." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment