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