dotfiles/local/bin/sample-compile-flags
2021-08-22 19:20:38 -03:00

4 lines
86 B
Bash
Executable File

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