Created
August 4, 2009 15:28
-
-
Save brettflorio/161305 to your computer and use it in GitHub Desktop.
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/sh | |
# Use TrueCrypt from the command line on OS X without the GUI popping up with this magic two-line shell script. | |
# Really, TrueCrypt should check argv[0] to find out if it was invoked as 'truecrypt,' but this is a nice workaround. | |
# Install into /usr/local/bin, mode 755 | |
exec /Applications/TrueCrypt.app/Contents/MacOS/TrueCrypt -t $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment