#!/bin/bash # make and run a Guix VM set -x VMNUM=1 tmpdir=vm$VMNUM rm -fr $tmpdir mkdir $tmpdir # vm.config cat > "$tmpdir/vm.scm"<