first commit
This commit is contained in:
16
lancer.sh
Executable file
16
lancer.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/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`
|
||||
|
||||
source methode/$1/robot.sh
|
||||
#source twitter/twitterbot/robot.sh
|
||||
|
||||
Reference in New Issue
Block a user