6 lines
283 B
Bash
6 lines
283 B
Bash
#!/bin/bash
|
|
nvm use 16
|
|
#cd /home/tykayn/www/multi-account-post-schedule-mastodon
|
|
wget --no-check-certificate --no-directories -O ./documents/agendadulibre.json https://www.agendadulibre.org/events.json
|
|
|
|
node helpers/floss_idf.mjs --force | tee -a /home/tykayn/log_autopost.txt 2>&1 |