hoppersroppers / fundamentals

Other
34 stars 7 forks source link

Code sample error #5

Open dpbarrett opened 3 years ago

dpbarrett commented 3 years ago

https://academy.hoppersroppers.org/mod/assign/view.php?id=1843 Section: Base64 Paragraph 4 Line: $ base64 --decode SGVsbG8gV29ybGQ=

Should read: $ echo SGVsbG8gV29ybGQ= | base64 --decode

Or something more graceful that doesn't output decoding on same line as prompt...