6 lines
207 B
Bash
6 lines
207 B
Bash
#!/bin/bash
|
|
# Please edit <USER>
|
|
cd /home/<USER>/nodebb_post_to_mastodon
|
|
PATH=/usr/local/bin:$PATH
|
|
#pipenv run python3 main.py >> /home/<USER>/nodebb_post_to_mastodon/log.txt 2>&1
|
|
pipenv run python3 main.py
|