mirror of
https://github.com/traccar/traccar.git
synced 2026-02-07 06:04:29 -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 .
|