boot2docker / windows-installer

Install Boot2Docker cli, msys-git and VirtualBox
Apache License 2.0
1.21k stars 359 forks source link

Remove the call to clear, not all windows bash env's have it #104

Closed SvenDowideit closed 8 years ago

SvenDowideit commented 9 years ago

Signed-off-by: Sven Dowideit SvenDowideit@home.org.au

closes #97

affects #102

SvenDowideit commented 9 years ago

ping @tianon :)

tianon commented 9 years ago

Wouldn't reset or cls still work OK?

tianon commented 9 years ago

Or maybe even all three?

{ clear || reset || cls; } &> /dev/null