Skip to content

Instantly share code, notes, and snippets.

@julienw
Created March 2, 2016 08:23
Show Gist options
  • Save julienw/face3699c34446c92c52 to your computer and use it in GitHub Desktop.
Save julienw/face3699c34446c92c52 to your computer and use it in GitHub Desktop.
#!/bin/sh
rm -rf real linked
mkdir -p real/subdir linked
ln -s ../real linked/
cat - > real/subdir/file1.js <<-'EOF'
function() {
EOF
cat - > real/file2.js <<-'EOF'
function() {
EOF
@julienw
Copy link
Author

julienw commented Mar 2, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment