8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
#! /bin/bash
|
|
cd /kunden/310927_70173/sternwarte/intern/anmeld/remove4weeks
|
|
source ./virtenv/bin/activate
|
|
python3 main.py >>main_py.log 2>&1
|
|
deactivate
|
|
cd
|
|
|