Fadavvi / Yara-Repo

A script to collect (the most famous) Yara rules from more than 150 free resources. Free alternative to: https://valhalla.nextron-systems.com/
25 stars 3 forks source link

printf instead of echo #5

Closed Pierre-Gronau-ndaal closed 3 years ago

Pierre-Gronau-ndaal commented 3 years ago

https://github.com/koalaman/shellcheck/wiki/SC3037

echo -ne 'Foo:\tBar' -> printf 'Foo:\tBar'

Fadavvi commented 3 years ago

Thanks