diff options
-rwxr-xr-x | name.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ TYPE="$1" INPUT="/usr/include/linux/input.h" awk " + /KEY_MIN_INTERESTING/ {next}; /EV_VERSION/ { next }; /_MAX/ { next }; /#define $1_/ { printf(\"\t[ %-16s ] = \\\"%s\\\",\n\", \$2, \$2); } -" < $INPUT
\ No newline at end of file +" < $INPUT |