summaryrefslogtreecommitdiffstats
path: root/demo/vm-run.sh
blob: 98960f9889ec4a474817e96582640f544e34d5df (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

if [[ ! -e ./result ]]; then
  echo Run ./vm-build.sh first
  exit 1
fi

exec ./result/bin/run-nixos-vm