#!/bin/bash # exit for any vm which is not our test vm if ifclass VM && ! ifclass demohost; then exit 0 fi f=$target/root/keyscript cat > $f <