mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-12 16:15:16 +08:00
3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
|
#!/bin/sh -
|
||
|
exec indent -kr -i4 -ts8 -nut -sob -ss -ncs "$@"
|