summaryrefslogtreecommitdiff
path: root/test
blob: 7a6987bd6c8812c86a4bc94a1047c13fdc9023aa (plain)
1
2
3
4
5
6
7
#!/bin/bash

if ! test -f "main"; then
	qemu-img create main 20G
fi

./run_archiso -u -i images/$(ls images | sort | tail -n 1)