jenny
to convert twtxt.txt to HTML using @prologic's code?
h
twtxt2html $HOME/path/to/local_twtxt_dir/twtxt.txt > $HOME/path/to/local_twtxt_dir/log.html && \
scp $HOME/path/to/local_twtxt_dir/log.html user@remotehost:/path/to/static_files_dir/
I've been lazy to add it to my publish_command script, now I can just copy/pasta from the twt 😅
h
twtxt2html $HOME/path/to/local_twtxt_dir/twtxt.txt > $HOME/path/to/local_twtxt_dir/log.html && \\
scp $HOME/path/to/local_twtxt_dir/log.html user@remotehost:/path/to/static_files_dir/
I've been lazy to add it to my publish_command script, now I can just copy/pasta from the twt 😅
twtxt2html https://domain.ltd/twtxt.txt > /path/to/static_files_dir/
that way I could benefit from the 'relative time' portion I'm getting rid of with the -n
...
twtxt2html https://domain.ltd/twtxt.txt > /path/to/static_files_dir/
that way I could benefit from the 'relative time' portion I'm getting rid of with the -n
...