mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
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/
|