1
0
mirror of https://gitlab.com/octospacc/bottocto synced 2025-03-11 00:50:10 +01:00
bottocto/MastodonFeedHTML/Start.MastodonFeedHTML
2022-11-07 14:01:54 +01:00

6 lines
130 B
Bash
Executable File

#!/bin/sh
cd "$( dirname "$( realpath "$0" )" )"
export PYTHONPATH=.
python3.9 -u ./MastodonFeedHTML.py | tee -a Log.txt
sleep 30