This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Quickly display the output from various ESXi disks. | |
# Until I get feedback, this is going to be a dirty to write it. Should work? | |
# | |
# File syntax for the drive listing should look something like this - | |
# DRIVE NAME = DRIVE ID | |
# The '=' is important as that's the sepperator for the variables. | |
while true | |
do |