3 lines
57 B
Bash
3 lines
57 B
Bash
#!/bin/bash
|
|
cd /root/osm
|
|
nohup ./process_pbf_planet.sh &
|
#!/bin/bash
|
|
cd /root/osm
|
|
nohup ./process_pbf_planet.sh &
|