mirror of
https://github.com/traccar/traccar.git
synced 2026-02-06 05:35:08 -05:00
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd $(dirname $0)/../web
|
|
|
|
jshint --config ../tools/jshint.json .
|