fork-openpgpjs/scripts/lint.sh
2011-12-16 17:16:15 +01:00

8 lines
110 B
Bash
Executable File

#!/bin/bash
echo "Setup..."
_src="src";
echo "Analyzing..."
find "$_src" -name "*.js" -exec gjslint "{}" \;