CLI tools for insta-dumping bcash on ShapeShift in exchange for bitcoins (bcash-instadump), creating bcash-compatible transactions (bcash-tx), listing unspent bcash outputs (bcash-utxo) and broadcasting raw bcash transactions (bcash-broadcast).
https://github.com/shesek/bcash-instadumpTL;DR
$ npm install -g bcash-instadump
$ bcash-instadump --tor --key LmyBcashKeyWIF --payout 1btcAddrGimmeRogersCoins
# confirm the details and press Y to get your bitcoins
Yes, that's it! But do read the whole thing to fully understand the risks involved. This program deals with private keys and should be used with care. I recommend that you audit the code yourself (<500 SLOC) before using it, or wait until someone you trust does it.
In any case, you SHOULD MOVE OUT YOUR BITCOINS to new keys before using the tool, such that only the bcash remains on the old ones. This ensures that your bitcoins are never at risk.
Good luck, happy dumping!