.vimrc: +vim-fugitive
[nethome.git] / bin / gcc-command-line
1 #! /bin/sh
2 for i in "$@";do
3         objcopy -O binary -j .GCC.command.line --set-section-flags .GCC.command.line=A --change-section-address .GCC.command.line=0 "$i" /proc/self/fd/1|tr '\0' '\n'
4 done