diff --git a/create-vm-mac.sh b/create-vm-mac.sh new file mode 100644 index 0000000..52846c2 --- /dev/null +++ b/create-vm-mac.sh @@ -0,0 +1,3 @@ +multipass launch --name wordpress -m 4G -c 4 +multipass transfer wordpress.sh wordpress: +multipass shell wordpress \ No newline at end of file