From 44e0707d428de04919a33f325d4e612335bdb777 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 28 Apr 2021 13:04:48 +0200 Subject: good testing environment --- test | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 test (limited to 'test') diff --git a/test b/test new file mode 100755 index 0000000..7a6987b --- /dev/null +++ b/test @@ -0,0 +1,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) -- cgit v1.2.3