aboutsummaryrefslogtreecommitdiff
path: root/tools/autoformat.nom
blob: a755b0937a08e0d7295ee78b69bf1f93c0807245 (plain)
1
2
3
4
5
6
use "core"
use "lib/os.nom"

for %path in (=lua "arg"):
    for file %filename in %path:
        say ((parse (read file %filename) from %filename) as nomsu)