packer-wrap.sh 128 Bytes
Newer Older
1
2
3
4
5
#!/bin/bash

qemupath=`pwd`/../qemu/

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