mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
3 lines
49 B
Bash
Executable File
3 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
exec indent -npro -linux -i4 -nut "$@"
|