aboutsummaryrefslogtreecommitdiffstats
path: root/tpm2-flush
diff options
context:
space:
mode:
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>2016-11-07 14:49:05 -0800
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>2016-11-28 00:49:19 +0200
commit0234342dbc12608d60594039c90e390a384aa2ec (patch)
treed5548255a060c5f56c0b9d23892c290a9c5d61a5 /tpm2-flush
parentd474971a8d6ccc848a45738d9af9a41b1d0cca6f (diff)
downloadtpm2-scripts-0234342dbc12608d60594039c90e390a384aa2ec.tar.gz
Add interpreter line to the head of each script
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Diffstat (limited to 'tpm2-flush')
-rwxr-xr-xtpm2-flush2
1 files changed, 2 insertions, 0 deletions
diff --git a/tpm2-flush b/tpm2-flush
index 785d65f..586c6dc 100755
--- a/tpm2-flush
+++ b/tpm2-flush
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
from argparse import ArgumentParser
from argparse import FileType
import os