diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,7 +0,0 @@ -#!/bin/bash - -if ! test -f "main"; then - qemu-img create main 20G -fi - -./run_archiso -u -i images/$(ls images | sort | tail -n 1) |