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 | |
HARDDRIVE=/dev/sdb2 | |
BITLOCK_MOUNT=/media/bitlocker | |
DECRYPTED_MOUNT=/media/mount | |
USAGE="Usage: dislock [options] | |
Options: | |
-k, --recoverykey KEY The BitLocker recovery key to use for mounting | |
-u, --umount Unmount the mounted BitLocker volume |