mirror of
https://github.com/intel/isa-l.git
synced 2024-12-13 17:57:08 +01:00
3 lines
70 B
Plaintext
3 lines
70 B
Plaintext
|
#!/bin/sh
|
||
|
indent -npro -kr -i8 -ts8 -sob -l95 -ss -ncs -cp1 -lps "$@"
|