diff options
Diffstat (limited to 'secretstorage/build.sh')
-rw-r--r-- | secretstorage/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/secretstorage/build.sh b/secretstorage/build.sh new file mode 100644 index 0000000..8e25a14 --- /dev/null +++ b/secretstorage/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +$PYTHON setup.py install |