]> git.wh0rd.org - ICEs.git/blame - 154077/doit
initial import
[ICEs.git] / 154077 / doit
CommitLineData
45516216 1#!/bin/bash -ex
2
3sym=$1
4file=$2
5[[ -n $file ]] || exit 1
6
7objcopy -w -G $sym $file $file.1
8objcopy -x $file.1 $file.2