Created
March 2, 2016 08:23
-
-
Save julienw/face3699c34446c92c52 to your computer and use it in GitHub Desktop.
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
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eslint/eslint#5427