* logs, sync: added a new directory and bash script that syncronizes planet and

logs everything in the meantime..
* set executable bit for some of the files..
This commit is contained in:
Alper Kanat 2008-11-03 23:25:14 +00:00
parent bd41989569
commit 9359621759
5 changed files with 6 additions and 0 deletions

0
planet-cache.py Normal file → Executable file
View File

0
planet.py Normal file → Executable file
View File

0
runtests.py Normal file → Executable file
View File

0
setup.py Normal file → Executable file
View File

6
sync Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# sync.sh
#
# this script is written to syncronize the lkd planet..
./planet.py gezegen/config.ini &> logs/planet-$(date +"%d.%m.%Y-%H:%M").log &