Created
November 7, 2018 20:33
-
-
Save nikolayemrikh/3b29c0b6759a4042d438d3d5760c81f3 to your computer and use it in GitHub Desktop.
shell helpers
This file contains hidden or 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
| for d in *; do cat << EOF > $d/check.client.js; done | |
| 'use strict'; | |
| const TEST = 123; | |
| module.exports.TEST = TEST; | |
| EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment