diff --git a/src/help.txt b/src/help.txt index d3fd25be738..36bdb96f6f1 100644 --- a/src/help.txt +++ b/src/help.txt @@ -43,14 +43,14 @@ u039k20a 039K20A, 011L20 Diesen Befehl ausfüren: -jupyter nbconvert --to notebook --execute /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-publish/src/intensivstationen/Intensivstationen.ipynb +jupyter nbconvert --to notebook --execute /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages/src/intensivstationen/Intensivstationen.ipynb man 5 fcrontab fcrontab -e SHELL=/bin/bash -@ 3 /home/frankknoll/.local/bin/jupyter nbconvert --to notebook --execute /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-publish/src/intensivstationen/Intensivstationen.ipynb +@ 3 /home/frankknoll/.local/bin/jupyter nbconvert --to notebook --execute /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages/src/intensivstationen/Intensivstationen.ipynb @ 2 /home/frankknoll/.local/bin/jupyter nbconvert --to notebook --execute /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-publish/src/tmp/test.ipy> @ 1 echo "Hello" >>/tmp/tst.txt @@ -58,3 +58,5 @@ fcrontab -l systemctl status fcron tail -f /var/log/syslog + +echo "This is theasdfasdfasdf email body!" | mail -s "Subject of your email" -a "From: Knoll_Frank@web.de" Knoll_Frank@web.de \ No newline at end of file diff --git a/src/intensivstationen/intensivstationen.sh b/src/intensivstationen/intensivstationen.sh new file mode 100755 index 00000000000..3a30a1178da --- /dev/null +++ b/src/intensivstationen/intensivstationen.sh @@ -0,0 +1,2 @@ +#!/bin/bash +/home/frankknoll/.local/bin/jupyter nbconvert --to notebook --execute /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages/src/intensivstationen/Intensivstationen.ipynb | mail -s "FKK fcrontab" -r Knoll_Frank@web.de Knoll_Frank@web.de \ No newline at end of file