4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
#!/bin/sh
|
||
|
# Traditionally, /lib/cpp only knew about C.
|
||
|
exec /usr/bin/cpp -xc "$@"
|