mirror of
https://github.com/intel/isa-l.git
synced 2025-02-22 23:10:58 +01:00
3 lines
70 B
Bash
Executable File
3 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
indent -npro -kr -i8 -ts8 -sob -l95 -ss -ncs -cp1 -lps "$@"
|