bashing icon indicating copy to clipboard operation
bashing copied to clipboard

Smashing Bash into Pieces

Results 4 bashing issues
Sort by recently updated
recently updated
newest added

Currently, because tasks are run in a background process, it's not possible for a task to interact with the user (e.g. asking for input). This PR fixes this problem by...

Hi, I'm using: bashing 0.2.1 (bash 4.3.11(1)-release) And I'm encountering the following issue when following the standard tutorial found [here](https://github.com/xsc/bashing/wiki/Quickstart-Tutorial#initializing-the-project ). When I follow the tutorial, hence make the file...