check_jscoloration_build.sh 223 B

1234567
  1. #!/bin/bash
  2. destFile='check_jscoloration.js'
  3. directory='jscoloration'
  4. echo "//Do not edit, file generated by \"$0\"" > $destFile
  5. echo 'window.filesToCheck = "'`ls $directory`'".split( /\s+/g );' >> $destFile
  6. cat $destFile