mirror of
https://github.com/mach-kernel/mrbuffer.git
synced 2024-11-22 05:31:37 +00:00
4 lines
110 B
Bash
4 lines
110 B
Bash
|
#!/usr/bin/env bash
|
||
|
ls src/*.S | xargs ./bin/cadius INDENTFILE
|
||
|
ls src/*.S | xargs ./bin/merlin -V ./src/macro
|