6 lines
85 B
Bash
Executable file
6 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
|
|
clear
|
|
|
|
cd ./dist
|
|
./martin -l localhost:3005 ./data/us-northeast.mbtiles
|