Skip to content
Snippets Groups Projects
compute_delete 88 B
Newer Older
#!/bin/bash

# Destroy the compute node for ohpc

VBoxManage unregistervm --delete "$1"