4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
[ -e compile_flags.txt ] || printf '%s\n%s\n' '-I' '.' > compile_flags.txt
|