5 lines
116 B
Bash
Executable file
5 lines
116 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /home/ctdoplanet/planet
|
|
python venus/planet.py planet.ctdo.de.ini
|
|
rsync -a html/* ~/public_html/_p/
|