5 lines
138 B
Bash
5 lines
138 B
Bash
|
#!/bin/bash
|
||
|
nvm use 16
|
||
|
cd /home/tykayn/www/mastodon_multi_account
|
||
|
node helpers/tkblogPost.js | tee -a /home/tykayn/log_autopost.txt 2>&1
|