minor adjustment to README
This commit is contained in:
parent
8600d1195c
commit
0a2f61d1a7
|
@ -27,7 +27,7 @@ That's it!
|
||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
|
|
||||||
## Is this really 3000 lines of Bash? In 2021?
|
## Is this really 3000 lines of Bash? In 2021?!
|
||||||
|
|
||||||
Yep! I am aware that more popular, modern scripting languages like python exist, but Bash is more than sufficiently capable for a project of this nature. The reason I chose it specifically for this project was as an opportunity to further develop my Bash skills. Similarly, the lv_api_do helper application is written in C rather than Python (for which libvirt API bindings exist) because I hadn't written any C in a long time and it was an opportunity to re-familiarize myself with the language.
|
Yep! I am aware that more popular, modern scripting languages like python exist, but Bash is more than sufficiently capable for a project of this nature. The reason I chose it specifically for this project was as an opportunity to further develop my Bash skills. Similarly, the lv_api_do helper application is written in C rather than Python (for which libvirt API bindings exist) because I hadn't written any C in a long time and it was an opportunity to re-familiarize myself with the language.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue