5 lines
177 B
Bash
5 lines
177 B
Bash
#!/bin/sh
|
|
# Traditionally, /lib/cpp only knew about C.
|
|
# Also supress GCC and target specific defines and be more permissive.
|
|
exec /usr/bin/cpp -xc -traditional-cpp -undef "$@"
|