Small formatting change in getsd.awk
This commit is contained in:
parent
ac6ced3248
commit
e653cb2ea5
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user