logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 184f709930e752d39543e4fbdfab71d948e8681b
parent 511b4673b7177f3e3be3b7ae6b867bdf10190b1c
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 21 Jan 2020 14:43:42 -0800

Add sed script to prune config.h headers

Diffstat:

Ascripts/prune-config.sed9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/scripts/prune-config.sed b/scripts/prune-config.sed @@ -0,0 +1,9 @@ +#n + +:next +/\\$/ { + N + b next +} + +/#/p