#!/bin/sh set -e DISTDIR=$(pwd)/dist/ export DISTDIR export NODE_OPTIONS=--openssl-legacy-provider cd projs/ make DISTDIR=$DISTDIR/projs/ make install cd .. cd neo2/ make make install cd .. mv acron dist/ mv minecraft-pacman dist/ cp key.gpg dist/ cp robots.txt dist/ cd dist && ln -s key.gpg gpg.key && cd ..