Skip to content

Instantly share code, notes, and snippets.

@brettflorio
Created August 4, 2009 15:28
Show Gist options
  • Save brettflorio/161305 to your computer and use it in GitHub Desktop.
Save brettflorio/161305 to your computer and use it in GitHub Desktop.
#!/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