Small formatting change in getsd.awk

This commit is contained in:
Atlas Cove 2023-04-03 21:27:57 +01:00
parent ac6ced3248
commit e653cb2ea5

View File

@ -4,4 +4,4 @@ function none() {print "main";exit}
NF==1{none()}
/\.\//{x++}
$x~/\.(txti|html|org|md)/{none()}
{if($x=="dnd")none();print $x;exit}
{if($x=="dnd")none();else {print $x;exit}}