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

5 lines
141 B
Bash
Raw Normal View History

2022-08-09 16:38:07 +02:00
#!/bin/bash
nvm use 16
2022-11-29 23:04:52 +01:00
cd ~/www/multi-account-post-schedule-mastodon
node helpers/postQzine.mjs | tee -a /home/tykayn/log_autopost.txt 2>&1