This file contains hidden or 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 | |
# | |
# Description: | |
# Erase all tapes loaded in a tape loader. | |
# If FULL is given as parameter a full erase is done otherwise it just do a quick one. | |
# BUGS: | |
# It should count how many drives and do that part automagically | |
# but it's hard to pair up drives with loaders when other tape drives exists also. | |
# Haven't tested FULL | |
# |