cloudcmd/test.sh
2012-06-25 21:53:00 +03:00

4 lines
No EOL
123 B
Bash

#!/bin/sh
npm install jshint
./node_modules/jshint/bin/hint server.js --config .jshintrc
echo 'only warnings. no errors'