Open BrandonRomano opened 7 years ago
@hhsnopek the strategy you were using does not support this case:
// ## This is a description here of my JS script
The old code was this:
description="$(awk '/\#\#\ .*/{ print $0 }' ${file})"
I reverted back to my strategy so we have something working right now, but if we want to get awk back in feel free to address that case and plug it back in!
haha cool - yeah I just wanted to get it done with a single util rather than many 🙃
I am in agreement if it's possible - I'm just not good with awk, so I'll need you to look into it!
@hhsnopek the strategy you were using does not support this case:
The old code was this:
I reverted back to my strategy so we have something working right now, but if we want to get awk back in feel free to address that case and plug it back in!