From aaccc688c9acd824d0c10b24b8fe83adba35107d Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Wed, 30 Sep 2020 17:40:53 -0500 Subject: [PATCH] For myself to test releases going out --- bash/bindist-install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bash/bindist-install diff --git a/bash/bindist-install b/bash/bindist-install new file mode 100755 index 00000000..4cf8b3d7 --- /dev/null +++ b/bash/bindist-install @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +make x86_64-linux-dist.tar.lz +mv x86_64-linux-dist.tar.lz /tmp +cd /tmp +star xvf x86_64-linux-dist.tar.lz +cd language-dickinson-* +make install