5 lines
57 B
Text
5 lines
57 B
Text
|
#!/bin/bash
|
||
|
grep -v \#include |cpp|grep -v '^\# [0-9]'
|
||
|
|
||
|
|