You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trick is to use '##' to mark comments you want printed, then have
'all' run
@sed -n 's/^##//p' $<
to find and print those lines. It's not automatic - comments can get out
of step - but it works well enough.
The text was updated successfully, but these errors were encountered:
a la
@gvwilson quoth:
The text was updated successfully, but these errors were encountered: