5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
cd ${DIR}
|
|
./update.sh &
|
|
python3 delojza.py 2>&1 |tee -a delojza.log
|