[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: loading truecrypt from the command line



I dug up my old command line script wrapper for truecrypt.

Haven't used it for a few years, so YMMV.

Here it is:

#!/bin/sh

DRV=/home/ME/truecrypt-source
VOL=$DRV/data.tc
MNT=/media/truecrypt1

truecrypt $VOL $MNT


Good luck,
Zenaan


Reply to: