From f18080976164308cc9a37f9349ecc3b0fce72ff5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 20 Sep 2017 22:44:39 -0400 Subject: Initial commit; secretstorage (#56) * Initial commit; secretstorage * Skip if host is not linux * Remove commentary track --- secretstorage/build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 secretstorage/build.sh (limited to 'secretstorage/build.sh') 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 -- cgit