mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +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 "{}" \;
|