packer-wrap.sh 142 Bytes
Newer Older
1
2
#!/bin/bash

3
qemupath=`pwd`/../sims/external/qemu/
4
5

# add our qemu to $PATH
6
export PATH="$qemupath:$qemupath/build/:$PATH"
7
exec ./packer "$@"