5 lines
79 B
Bash
5 lines
79 B
Bash
|
|
#!/bin/shell
|
||
|
|
cpp -C RegionInterpolator.h | sed /^#/d >tmp
|
||
|
|
pdview tmp
|
||
|
|
rm tmp
|