multi-account-post-schedule.../assets/bash_scripts/post_qzine.sh

5 lines
156 B
Bash
Raw Normal View History

2022-08-09 16:38:07 +02:00
#!/bin/bash
nvm use 16
2022-12-07 17:58:36 +01:00
cd /home/tykayn/www/multi-account-post-schedule-mastodon
2022-12-07 19:04:51 +01:00
node helpers/qzine_article.mjs | tee -a /home/tykayn/log_autopost.txt 2>&1