summaryrefslogtreecommitdiff
path: root/tools/strapcp
blob: 6a4044ae2460493e20b71cf23609509d26f7df37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#

dir=$(dirname $0)
strap="$dir/../build/strap/classes"
[[ -d $strap ]] || { echo "Error: no directory at $strap"; exit 1; }

cp=$($dir/cpof $strap)
asm=$($dir/abspath $dir/../build/asm/classes)

echo $cp:$asm