this will hereby hopefully join, in my brain, netstat’s tulpn and ps’s aux:
#!/bin/bash
set -euxo pipefail
-e — exit immediately when one command fails
-u — fail on undefined vars
-o pipefail — fail if a pipe fails
-x — be very very verbose
this will hereby hopefully join, in my brain, netstat’s tulpn and ps’s aux:
#!/bin/bash
set -euxo pipefail
-e — exit immediately when one command fails
-u — fail on undefined vars
-o pipefail — fail if a pipe fails
-x — be very very verbose
Just like I did. I wrote this tool to move my two tumblrs (500+150 posts) to WordPress, since all plugins I found were unsatisfactory.
It worked for my needs, it might work for you. Read the readme & fork, over at
github.com/bikubi/tumblr2wordpress0plugins