Basically: > for f in **/*.lua; do vim '+set sw=4' '+norm gg=G' '+wq' "$f"; done
Signed-off-by: Uli Schlachter <psychon@znc.in>