mirror of
https://github.com/traccar/traccar.git
synced 2026-01-16 03:19:14 -05:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)
|
|
|
|
java -jar ../target/tracker-server.jar ./debug.xml
|