This commit is contained in:
kneutron 2022-05-21 13:49:47 -05:00 committed by GitHub
parent 389a46d540
commit f7c4bc1e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,11 @@
#!/bin/bash
# NOTE this is a slightly older version, see the verticalsort one for top-down sorting and Extra Sanity checking ==author
echo "NOTE this is a slightly older version, see the verticalsort one for top-down sorting and Extra Sanity checking ==author"
exit;
# THIS SCRIPT HAS KNOWN BUGS AND IS NOT MAINTAINED -- XXX 20220521
# Select from a list of known virtualbox VMs, which to stop/start - can handle multiple like 1,3,5
# REQUIRES VboxManage, tr, awk, sed, bash version > 3.2.57(1)-release