Skip to content
Snippets Groups Projects
Forked from John-Paul Robinson / ohpc_vagrant
48 commits behind the upstream repository.
compute_delete 88 B
#!/bin/bash

# Destroy the compute node for ohpc

VBoxManage unregistervm --delete "$1"