mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-07 22:56:40 +00:00
8 lines
110 B
Bash
Executable File
8 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Setup..."
|
|
_src="src";
|
|
|
|
echo "Analyzing..."
|
|
find "$_src" -name "*.js" -exec gjslint "{}" \;
|