3 lines
42 B
Bash
3 lines
42 B
Bash
#!/bin/sh
|
|
/usr/pkg/bin/clang -cc1 -E "$@"
|
#!/bin/sh
|
|
/usr/pkg/bin/clang -cc1 -E "$@"
|