I made this over the weekend after finally figuring out how to make nice progress bars in shell. Then it got leaked to ycombinator. Then I made it better (spoilers? what spoilers?) and posted it here. Next stop, Steam.
Suggestion / bugfix: replace #!/bin/bash with #!/usr/bin/env bash.
This is significantly more portable; not everyone keeps bash in /bin. (For instance, on many BSD/non-Linux machines it's often kept at /usr/pkg/bin/bash or /usr/local/bin/bash.) posted by Kadin2048 at 7:20 AM on February 6
This is significantly more portable; not everyone keeps bash in /bin. (For instance, on many BSD/non-Linux machines it's often kept at /usr/pkg/bin/bash or /usr/local/bin/bash.)
posted by Kadin2048 at 7:20 AM on February 6