You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 rivejä
397 B

#!/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`
DATE=`date +%Y%m%d0000`
if [ -f methode/$1/robot.sh ];
then
  source methode/$1/robot.sh
fi
if [ -d methode2/$1 ];
then
  source methode2/robot.sh $1
fi
#source twitter/twitterbot/robot.sh