#!/bin/bash mkdir -p dist cp build/hkstreamer dist/ cp -r lib dist/ cd dist tar -cvzf hkstreamer.tar.gz .