11 lines
418 B
Bash
11 lines
418 B
Bash
#!/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
|
|
#cd ../..
|
|
|
|
node helpers/afis_science.mjs --force | tee -a /home/tykayn/log_autopost.txt 2>&1
|