Sha256: ba433059fc9c786eda1beefdd4de124c2fe206b3ac65b307cadce8859aba2ae1

Contents?: true

Size: 248 Bytes

Versions: 3

Compression:

Stored size: 248 Bytes

Contents

#!/bin/bash
# One time use more less  - quick editor script to parse elf.h  (from
# FreeBSD or go) into ruby-esque DSL
sed -e 's/\_/ /' -e 's/\;//g'  | awk '{printf "%s :%s #", tolower($2) ,$3; for(i=5;i<NF;i++) printf "%s ", $i; printf "\n"}'   

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
elf-mithril-0.0.5 tools/elf_h_processor.sh
elf-mithril-0.0.4 tools/elf_h_processor.sh
elf-mithril-0.0.1 tools/elf_h_processor.sh