bottocto/MastodonFeedHTML/Start.MastodonFeedHTML

6 lines
130 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
cd "$( dirname "$( realpath "$0" )" )"
2022-11-07 14:01:54 +01:00
export PYTHONPATH=.
python3.9 -u ./MastodonFeedHTML.py | tee -a Log.txt
sleep 30