Skip to content

Instantly share code, notes, and snippets.

@tchalvak
Created December 29, 2014 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tchalvak/268fe6dc73fcb675d6b1 to your computer and use it in GitHub Desktop.
Save tchalvak/268fe6dc73fcb675d6b1 to your computer and use it in GitHub Desktop.
WhatTheFuckLNWhyDoYouActThisWay
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