Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nikolayemrikh/3b29c0b6759a4042d438d3d5760c81f3 to your computer and use it in GitHub Desktop.

Select an option

Save nikolayemrikh/3b29c0b6759a4042d438d3d5760c81f3 to your computer and use it in GitHub Desktop.
shell helpers
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