5 lines
159 B
Bash
5 lines
159 B
Bash
#!/bin/bash
|
|
nvm use 16
|
|
cd /home/tykayn/www/multi-account-post-schedule-mastodon
|
|
node helpers/wiki_osm.mjs --force | tee -a /home/tykayn/log_autopost.txt 2>&1
|