mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
2 lines
49 B
Bash
Executable file
2 lines
49 B
Bash
Executable file
#!/bin/sh
|
|
exec indent -npro -linux -i4 -nut "$@"
|