quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
9.84k stars 433 forks source link

fix: running quickemu and quickreport in zsh. close #1268 #1292

Closed flexiondotorg closed 2 weeks ago

flexiondotorg commented 2 weeks ago

Due to zsh auto completion of piping to grep [0-9] does not work. This patch fixes this problem by quoting "[0-9]".