From 43dcea5dc04c351cab4b78b9d7adf7e351b4e9d8 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 17 Oct 2016 19:23:13 -0400 Subject: Initial commit; add OOB packages --- threading2/build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 threading2/build.sh (limited to 'threading2/build.sh') diff --git a/threading2/build.sh b/threading2/build.sh new file mode 100644 index 0000000..4b71885 --- /dev/null +++ b/threading2/build.sh @@ -0,0 +1,2 @@ + +python setup.py install || exit 1 \ No newline at end of file -- cgit