diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-08 08:30:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-08 08:30:09 +0100 |
| commit | 2e815a9de55c551f7bdbd5865b326b55d28cb0b5 (patch) | |
| tree | 7211d294e2b7ed43a1e9ba79ea9494ec3ece304f /doc/decrypt_kdm.sh | |
| parent | 25074e781d2c55c606db3f202457447af30ae774 (diff) | |
A couple of temporary scripts.
Diffstat (limited to 'doc/decrypt_kdm.sh')
| -rw-r--r-- | doc/decrypt_kdm.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/decrypt_kdm.sh b/doc/decrypt_kdm.sh new file mode 100644 index 00000000..376b413d --- /dev/null +++ b/doc/decrypt_kdm.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +KDM_DECRYPT=/home/carl/src/digital_cinema_tools/encryption/kdm-decrypt.rb +KDM=kdm_TONEPLATES-SMPTE-ENC_.smpte-430-2.ROOT.NOT_FOR_PRODUCTION_20130706_20230702_CAR_OV_t1_8971c838.xml + +$KDM_DECRYPT $KDM target_private.key |
