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

10 lines
405 B
Bash
Raw Normal View History

2023-03-03 12:22:55 +01:00
#!/bin/bash
nvm use 16
cd /home/tykayn/www/multi-account-post-schedule-mastodon
cd assets/documents
# get rss feed of afis fr website in documents
echo "get afis science RSS feed" | tee -a /home/tykayn/log_autopost.txt
wget --no-check-certificate --no-directories -O ./../documents/afis_rss.xml https://afis.org/rss.xml
node helpers/afis_science.mjs --force | tee -a /home/tykayn/log_autopost.txt 2>&1