First I have to say that I am delighted with TC: The hard drive in my old laptop died, and add the drives today are SATA, so they won't plug into the old mini-IDE socket, and it started to look like a dead drive meant a dead laptop! Luckily I found an adaptor of the same size as the 2.5" drive, which interfaces a flash card to the mini-IDE, (these things are still out there, apparently increasingly hard to find), and now my laptop runs faster than ever with tiny core on the 4GB fast flash card, a real delight!
My question is about bash having mysteriously disappeared from my system. After installing a few packages I added some of my own scripts, with the #!/bin/bash shebang, and they were all working fine. After removing some of the packages, the scripts did not work anymore, until I changed the shebang to #!/bin/sh. Did I make some mistake that would have disturbed other things beyond the shell? What made bash go away in the first place?