9 lines
106 B
Bash
Executable file
9 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if [ -d "../bin" ]; then
|
|
cd "../"
|
|
fi
|
|
|
|
JSHINT=./node_modules/jshint/bin/hint
|
|
|
|
$JSHINT ./node/
|