first commit

This commit is contained in:
2018-09-02 10:26:34 +02:00
commit a62ea0fa19
53 changed files with 3823 additions and 0 deletions

18
clean_full_data.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/bash
#
# VARIABLES
#
export APPS_PATH=`dirname "$(readlink -f "$0")"`
export TMP_PATH=$APPS_PATH/../tmp
export DATA_PATH=$APPS_PATH/../data
export FLAG_PATH=$APPS_PATH/../flags
MINUTE=`date +%M | sed 's/^0*//'`
DATE=`date +%Y%m%d0000`
#
# Clean OLD DATA
#
$APPS_PATH/scripts/clean_data.sh