#!/bin/sh
echo -e "#include <linux/version.h> \nUTS_RELEASE" | gcc -nostdinc -I- -E -I$*/include - | egrep -v "^#" | egrep -v "^$" | tr -d \"

