diff --git a/planet-cache.py b/planet-cache.py old mode 100644 new mode 100755 diff --git a/planet.py b/planet.py old mode 100644 new mode 100755 diff --git a/runtests.py b/runtests.py old mode 100644 new mode 100755 diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 diff --git a/sync b/sync new file mode 100755 index 0000000..545cf41 --- /dev/null +++ b/sync @@ -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 &