Change spacing

Aesthetic.  Removed space before parentheses, tho:
save 1b.
This commit is contained in:
Case Duckworth 2021-01-30 15:31:45 -06:00
parent 833420b432
commit 0b168832be
1 changed files with 2 additions and 2 deletions

4
unk
View File

@ -3,9 +3,9 @@ alias c=cat q=test e=echo
rm -r O;mkdir -p O
q -f L||e '`c $F`'>L
q -d S&&cp -r S O/
for F in I/*;do
q -f "$F"&& (e $F
X(){ eval "$(e 'c<<';c "$@";e;e )";}
for F in I/*
do q -f "$F"&&(e $F
N="${F#I/}"
T(){ sed 1q "$F";}
B(){ sed 1d "$F";}