mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-29 06:21:11 +01:00
10 lines
106 B
Bash
Executable File
10 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -d "../bin" ]; then
|
|
cd "../"
|
|
fi
|
|
|
|
JSHINT=./node_modules/jshint/bin/hint
|
|
|
|
$JSHINT ./node/
|